Skip to content

Commit 4fe7e18

Browse files
committed
todo
1 parent 80aca4c commit 4fe7e18

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

TODO

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
new web interface
22
statistics for proxies and for collectors
33
logging
4+
default limit to api results
5+
do not update proxies which have been updated recently

proxy_py/_settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
# fetcher settings
2929

3030
CONCURRENT_TASKS_COUNT = 128
31-
PROXY_QUEUE_SIZE = 128
31+
PROXY_QUEUE_SIZE = 512
3232

3333
MIN_PROXY_CHECKING_PERIOD = 5 * 60
3434
MAX_PROXY_CHECKING_PERIOD = 45 * 60

0 commit comments

Comments
 (0)