We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80aca4c commit 4fe7e18Copy full SHA for 4fe7e18
TODO
@@ -1,3 +1,5 @@
1
new web interface
2
statistics for proxies and for collectors
3
logging
4
+default limit to api results
5
+do not update proxies which have been updated recently
proxy_py/_settings.py
@@ -28,7 +28,7 @@
28
# fetcher settings
29
30
CONCURRENT_TASKS_COUNT = 128
31
-PROXY_QUEUE_SIZE = 128
+PROXY_QUEUE_SIZE = 512
32
33
MIN_PROXY_CHECKING_PERIOD = 5 * 60
34
MAX_PROXY_CHECKING_PERIOD = 45 * 60
0 commit comments