diff options
author | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-07-29 17:39:36 +0000 |
---|---|---|
committer | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-07-29 17:39:36 +0000 |
commit | 385a255d2ffffd4614620f882412ee359f085bb9 (patch) | |
tree | 75d0a82eceedd7aa2d83a45478520d944e92d11d /conf-tmpl | |
parent | 8262f682cc36a79ce1f21b95243dd955d7aa0f68 (diff) | |
download | hercules-385a255d2ffffd4614620f882412ee359f085bb9.tar.gz hercules-385a255d2ffffd4614620f882412ee359f085bb9.tar.bz2 hercules-385a255d2ffffd4614620f882412ee359f085bb9.tar.xz hercules-385a255d2ffffd4614620f882412ee359f085bb9.zip |
- Made the SQL ping interval default to 7 hours.
- Memorize cast time now can't be reduced by status changes neither.
- Made skill_unitsetting remove the group when no unit-cells were placed down. basicly this means that if landprotector blocks all tiles, the group will be removed from memory, preventing said group from counting to the total number of skills you can set.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7972 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'conf-tmpl')
-rw-r--r-- | conf-tmpl/inter_athena.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf-tmpl/inter_athena.conf b/conf-tmpl/inter_athena.conf index 7e7b3808e..8f62b095e 100644 --- a/conf-tmpl/inter_athena.conf +++ b/conf-tmpl/inter_athena.conf @@ -68,7 +68,7 @@ read_gm_interval: 10 // after 8 hours of inactivity).
// 0 disables (default). Enable it only if you are getting
// "MySQL server has gone Away" errors due to lack of activity on your server
-//connection_ping_interval: 3
+connection_ping_interval: 7
// MySQL Login SQL Server
login_server_ip: 127.0.0.1
|