Skip to content

Commit

Permalink
Merge pull request #7 from game-node-app/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
Lamarcke authored Apr 17, 2024
2 parents 49bec64 + 2940b33 commit 7d4ea3d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
7 changes: 0 additions & 7 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,6 @@ services:
volumes:
- redis:/data

networks:
- game_node_app


networks:
game_node_app:
external: true

volumes:
redis:
Expand Down
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

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

0 comments on commit 7d4ea3d

Please sign in to comment.