Your Name 3 years ago
parent
commit
5a8e82b157
1 changed files with 1 additions and 1 deletions
  1. 1 1
      choozmo/proxy_pool.py

+ 1 - 1
choozmo/proxy_pool.py

@@ -67,7 +67,7 @@ def do_job():
 
 
 do_job()
-schedule.every(20).minutes.do(do_job)
+schedule.every(4).minutes.do(do_job)
 
 while True:
     schedule.run_pending()