lexicalspace commited on
Commit
7871fe8
·
verified ·
1 Parent(s): 99b3f94

Rename apuhn to app.py

Browse files
Files changed (1) hide show
  1. 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 = 2000 # 🚀 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 = 20 # 🚀 AGGRESSIVE: 300 checks at once (Uses more RAM/CPU)
15
 
16
  # Shared Memory
17
  proxy_storage = {