increase network sleep time

This commit is contained in:
Jonas Zeunert
2022-06-07 00:39:29 +02:00
parent ee758d770c
commit d75474a3b2

View File

@@ -27,4 +27,4 @@ ORANGE_SPECIAL_BANK = ORANGE_SPECIAL_BANK_OPTIONS["BOTH"]
## Tech config
WAIT_TIME_TO_RESET_SECONDS = 0.2
MAX_NETWORK_RETRIES = 10
NETWORK_SLEEP_TIME_SECONDS = 0.05
NETWORK_SLEEP_TIME_SECONDS = 0.1