diff options
Diffstat (limited to 'conf/login/login-server.conf')
-rw-r--r-- | conf/login/login-server.conf | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/conf/login/login-server.conf b/conf/login/login-server.conf index ba490576d..1e2507d39 100644 --- a/conf/login/login-server.conf +++ b/conf/login/login-server.conf @@ -115,13 +115,13 @@ login_configuration: { // Interval in minutes between failed tries // Only failed tries between this interval will be accounted when banning - ban_interval: 5 + ban_interval: 15 // How many failures before adding a temporary ban entry? ban_limit: 7 // Duration of the ban in minutes - ban_duration: 5 + ban_duration: 20 } } // login_configuration.account.ipban } // login_configuration.account @@ -200,6 +200,6 @@ login_configuration: { } -update_server: "http://download.evolonline.org/evol/" +update_server: "http://updates.tmw2.org/" import: "conf/import/login-server.conf" |