Skip to content

Commit

Permalink
Set imgbb uploading limit
Browse files Browse the repository at this point in the history
  • Loading branch information
Audionut committed Dec 4, 2024
1 parent ffa7bd9 commit b06178c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/prep.py
Original file line number Diff line number Diff line change
Expand Up @@ -3005,7 +3005,7 @@ def upload_screens(self, meta, screens, img_host_num, i, total_screens, custom_i

# Define host-specific limits
host_limits = {
"imgbox": 6,
"imgbb": 1,
# Other hosts can use the default pool size
}
default_pool_size = os.cpu_count()
Expand Down

0 comments on commit b06178c

Please sign in to comment.