Spaces:
Paused
Paused
Rename apuhn to app.py
Browse files- apuhn → app.py +1 -1
apuhn → app.py
RENAMED
|
@@ -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 = 20 # 🚀 AGGRESSIVE: 300 checks at once (Uses more RAM/CPU)
|
| 15 |
|
| 16 |
# Shared Memory
|
| 17 |
proxy_storage = {
|