Spaces:
Paused
Paused
Update app.py
Browse files
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 =
|
| 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 = 3000 # 🚀 AGGRESSIVE: 300 checks at once (Uses more RAM/CPU)
|
| 16 |
|
| 17 |
# Shared Memory
|
| 18 |
proxy_storage = {
|