Harden network

This commit is contained in:
Jonas Zeunert
2022-06-06 23:54:46 +02:00
parent 5571c2b52a
commit 99e2307f09
2 changed files with 16 additions and 3 deletions

View File

@@ -26,3 +26,5 @@ ORANGE_SPECIAL = SpecialEvent.points
ORANGE_SPECIAL_BANK = ORANGE_SPECIAL_BANK_OPTIONS["BOTH"]
## Tech config
WAIT_TIME_TO_RESET_SECONDS = 0.6
MAX_NETWORK_RETRIES = 10
NETWORK_SLEEP_TIME_SECONDS = 0.05