CORVO-AI commited on
Commit
29bfaa9
·
verified ·
1 Parent(s): 8c5ebc8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -16,7 +16,7 @@ app = Flask(__name__)
16
 
17
  # ============ CONFIG ============
18
  NUM_SERVERS = 55 # serverclass1 to serverclass55
19
- PING_INTERVAL = 300 # seconds (5 minutes) - like cron-job.org
20
  REQUEST_TIMEOUT = 30
21
 
22
 
 
16
 
17
  # ============ CONFIG ============
18
  NUM_SERVERS = 55 # serverclass1 to serverclass55
19
+ PING_INTERVAL = 21600 # seconds (5 minutes) - like cron-job.org
20
  REQUEST_TIMEOUT = 30
21
 
22