bibibi12345 commited on
Commit
63ab174
·
1 Parent(s): 4203c70

proxy pool race condition fixed

Browse files
Files changed (1) hide show
  1. freeplay2api.py +1 -1
freeplay2api.py CHANGED
@@ -422,7 +422,7 @@ def initialize_app():
422
  "LOW_BALANCE_THRESHOLD": 2.0,
423
  "ACTIVE_KEY_THRESHOLD": 5,
424
  "CHECK_INTERVAL_SECONDS": 5,
425
- "REGISTRATION_CONCURRENCY": 10,
426
  "USE_PROXY_POOL": True,
427
  "PROXY_POOL_CONFIG": {
428
  "target_count": 20,
 
422
  "LOW_BALANCE_THRESHOLD": 2.0,
423
  "ACTIVE_KEY_THRESHOLD": 5,
424
  "CHECK_INTERVAL_SECONDS": 5,
425
+ "REGISTRATION_CONCURRENCY": 1,
426
  "USE_PROXY_POOL": True,
427
  "PROXY_POOL_CONFIG": {
428
  "target_count": 20,