Spaces:
Paused
Paused
Update app.py
Browse filesTry to restart
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 =
|
| 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 = {
|