diff options
author | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-02-08 23:26:00 +0000 |
---|---|---|
committer | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-02-08 23:26:00 +0000 |
commit | 5eaad65d1b39258928f49f6dcd98a08800e01444 (patch) | |
tree | a761dd0c4f544dcfa07bdac250deab3abfad6a28 /conf-tmpl/inter_athena.conf | |
parent | 655384295651f8611b0caa2022cbceac073c1b4d (diff) | |
download | hercules-5eaad65d1b39258928f49f6dcd98a08800e01444.tar.gz hercules-5eaad65d1b39258928f49f6dcd98a08800e01444.tar.bz2 hercules-5eaad65d1b39258928f49f6dcd98a08800e01444.tar.xz hercules-5eaad65d1b39258928f49f6dcd98a08800e01444.zip |
- Added code for SQL that will automatically detect the ping interval at startup, and copy-pasted it around the code
- Removed the conf setting as it is not needed anymore
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9830 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'conf-tmpl/inter_athena.conf')
-rw-r--r-- | conf-tmpl/inter_athena.conf | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/conf-tmpl/inter_athena.conf b/conf-tmpl/inter_athena.conf index 6b4db55b1..1822ba74f 100644 --- a/conf-tmpl/inter_athena.conf +++ b/conf-tmpl/inter_athena.conf @@ -56,13 +56,6 @@ lowest_gm_level: 1 // (Note that this feature requires MySQL 4.1+) //default_codepage: -// Interval (in hours) at which servers do a ping on all sql-connections -// to keep them alive (the default mysql settings makes a connection time-out -// 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: 7 - // For IPs, ideally under linux, you want to use localhost instead of 127.0.0.1 // Under windows, you want to use 127.0.0.1. If you see a message like // "Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2)" |