move login retry max to config
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user