summaryrefslogtreecommitdiff
path: root/conf-tmpl/inter_athena.conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf-tmpl/inter_athena.conf')
-rw-r--r--conf-tmpl/inter_athena.conf7
1 files changed, 7 insertions, 0 deletions
diff --git a/conf-tmpl/inter_athena.conf b/conf-tmpl/inter_athena.conf
index b8ee9f976..fd6459d09 100644
--- a/conf-tmpl/inter_athena.conf
+++ b/conf-tmpl/inter_athena.conf
@@ -69,6 +69,13 @@ read_gm_interval: 10
// (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: 3
+
// MySQL Login SQL Server
login_server_ip: 127.0.0.1
login_server_port: 3306