move login retry max to config

This commit is contained in:
2022-03-07 12:56:56 +01:00
parent 95c92d44f8
commit 9834095806
4 changed files with 17 additions and 10 deletions

View File

@@ -17,6 +17,8 @@ steam:
rate_per_sec: 1
sentry: ".sentry"
login_key: ".login_key"
# maximum amount of time (in minutes) to wait before trying to reconnect to steam
max_retry_wait: 60
redis:
address: "localhost:6379"