Skip to content

Commit c4e74db

Browse files
committed
fix
1 parent 83cb1d1 commit c4e74db

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

proxy_py/_settings.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212

1313
# fetcher settings
1414

15-
CONCURRENT_TASKS_COUNT = 4096
16-
PROXY_QUEUE_SIZE = 4096
15+
CONCURRENT_TASKS_COUNT = 512
16+
PROXY_QUEUE_SIZE = 1024
1717

1818
MIN_PROXY_CHECKING_PERIOD = 5 * 60
1919
MAX_PROXY_CHECKING_PERIOD = 45 * 60

0 commit comments

Comments
 (0)