This commit is contained in:
Jonas Zeunert
2022-09-01 01:41:37 +02:00
parent 72689233e5
commit 4d4d313e18

View File

@@ -28,7 +28,7 @@ ORANGE_SPECIAL = SpecialEvent.points
ORANGE_SPECIAL_BANK = ORANGE_SPECIAL_BANK_OPTIONS["BOTH"]
## Tech config
LOG_FILE="flippr-game.log"
LOG_LEVEL=logging.DEBUG
LOG_LEVEL=logging.INFO
WAIT_TIME_TO_RESET_SECONDS = 1
MAX_NETWORK_RETRIES = 10
NETWORK_SLEEP_TIME_SECONDS = 0.1