lexicalspace commited on
Commit
22e098f
·
verified ·
1 Parent(s): 7871fe8

Update app.py

Browse files

Try to restart

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