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

@@ -47,6 +47,7 @@ type Conf struct {
RatePerSecond int `yaml:"rate_per_sec"`
Sentry string
LoginKey string `yaml:"login_key"`
MaxRetryWait int `yaml:"max_retry_wait"`
}
Redis struct {
Address string