Skip to content

Commit

Permalink
Merge pull request #8 from game-node-app/dev
Browse files Browse the repository at this point in the history
Increases looping wait time
  • Loading branch information
Lamarcke authored May 9, 2024
2 parents 7d4ea3d + 19d7907 commit 273f443
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
import json
import logging

# 72 hours
LOOP_WAIT_TIME = 86400 * 3
# 7 days
LOOP_WAIT_TIME = 86400 * 7
# 10 minutes
LOOP_ERROR_WAIT_TIME = 720
RUN_WAIT_TIME = 16
Expand Down

0 comments on commit 273f443

Please sign in to comment.