Skip to content

Commit

Permalink
increase chunk size
Browse files Browse the repository at this point in the history
  • Loading branch information
datawhores committed Sep 10, 2024
1 parent 94a638a commit 22ed220
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ofscraper/const/values/req/req.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
PROXY = None
PROXY_MOUNTS = None
PROXY_AUTH = None
MAX_CHUNK_SIZE = 1024 * 1024 * 32
MAX_CHUNK_SIZE = 1024 * 1024 * 128
MIN_CHUNK_SIZE = 64 * 1024
CHUNK_UPDATE_COUNT = 12
CHUNK_SIZE_UPDATE_COUNT = 15
Expand Down

0 comments on commit 22ed220

Please sign in to comment.