diff options
author | musashiden <musashiden@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-06-28 23:30:46 +0000 |
---|---|---|
committer | musashiden <musashiden@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-06-28 23:30:46 +0000 |
commit | 21b797be5ca7c64dd40f1cb250e9d692f6a56c8f (patch) | |
tree | 95ef342fee2c7cbaee4a402bedb3c3b0c4fe6519 /conf-tmpl | |
parent | 286bf9344aa4a0c3c9cacf718a8bbefea5767b58 (diff) | |
download | hercules-21b797be5ca7c64dd40f1cb250e9d692f6a56c8f.tar.gz hercules-21b797be5ca7c64dd40f1cb250e9d692f6a56c8f.tar.bz2 hercules-21b797be5ca7c64dd40f1cb250e9d692f6a56c8f.tar.xz hercules-21b797be5ca7c64dd40f1cb250e9d692f6a56c8f.zip |
changed:
dynamic_pass_failure_ban_how_many:from 3 to 7
dynamic_pass_failure_ban_how_long:from 60 to 5
as in official servers. [Musashiden]
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7383 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'conf-tmpl')
-rw-r--r-- | conf-tmpl/login_athena.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/conf-tmpl/login_athena.conf b/conf-tmpl/login_athena.conf index e0b7c5875..b61d37eec 100644 --- a/conf-tmpl/login_athena.conf +++ b/conf-tmpl/login_athena.conf @@ -174,8 +174,8 @@ use_MD5_passwords: no ipban: 1
dynamic_pass_failure_ban: 1
dynamic_pass_failure_ban_time: 5
-dynamic_pass_failure_ban_how_many: 3
-dynamic_pass_failure_ban_how_long: 60
+dynamic_pass_failure_ban_how_many: 7
+dynamic_pass_failure_ban_how_long: 5
dynamic_account_ban: 1
dynamic_account_ban_class: 0
|