bibibi12345 commited on
Commit
b5a649f
·
1 Parent(s): dd25943

proxy pool race condition fixed

Browse files
Files changed (1) hide show
  1. freeplay2api.py +2 -2
freeplay2api.py CHANGED
@@ -417,12 +417,12 @@ def initialize_app():
417
  "LOW_BALANCE_THRESHOLD": 2.0,
418
  "ACTIVE_KEY_THRESHOLD": 5,
419
  "CHECK_INTERVAL_SECONDS": 5,
420
- "REGISTRATION_CONCURRENCY": 2,
421
  "USE_PROXY_POOL": True,
422
  "PROXY_POOL_CONFIG": {
423
  "target_count": 20,
424
  "min_threshold": 5,
425
- "check_interval": 180,
426
  }
427
  }
428
  try:
 
417
  "LOW_BALANCE_THRESHOLD": 2.0,
418
  "ACTIVE_KEY_THRESHOLD": 5,
419
  "CHECK_INTERVAL_SECONDS": 5,
420
+ "REGISTRATION_CONCURRENCY": 10,
421
  "USE_PROXY_POOL": True,
422
  "PROXY_POOL_CONFIG": {
423
  "target_count": 20,
424
  "min_threshold": 5,
425
+ "check_interval": 30,
426
  }
427
  }
428
  try: