lexicalspace commited on
Commit
34352d7
·
verified ·
1 Parent(s): a92ffa9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -12,7 +12,7 @@ from concurrent.futures import ThreadPoolExecutor, as_completed
12
  TARGET_COUNT = 200 # Keep 20 Elite Proxies
13
  TIMEOUT_SEC = 3 # ⚡ Speed: Kill connection if no response in 3s (was 5s)
14
  CHECK_INTERVAL = 10 # Re-check every 2 mins
15
- MAX_THREADS = 30000 # 🚀 AGGRESSIVE: 300 checks at once (Uses more RAM/CPU)
16
 
17
  # Shared Memory
18
  proxy_storage = {
 
12
  TARGET_COUNT = 200 # Keep 20 Elite Proxies
13
  TIMEOUT_SEC = 3 # ⚡ Speed: Kill connection if no response in 3s (was 5s)
14
  CHECK_INTERVAL = 10 # Re-check every 2 mins
15
+ MAX_THREADS = 300 # 🚀 AGGRESSIVE: 300 checks at once (Uses more RAM/CPU)
16
 
17
  # Shared Memory
18
  proxy_storage = {