summaryrefslogtreecommitdiffstats
path: root/store/sql_store.go
diff options
context:
space:
mode:
authorCorey Hulen <corey@hulen.com>2017-02-14 10:26:30 -0500
committerHarrison Healey <harrisonmhealey@gmail.com>2017-02-14 10:26:30 -0500
commitc6cd6feabef302587748fa6b481d58517bbec04e (patch)
tree01e0935bfc9f7abf66aa0db98a04bcf7ad5c70b5 /store/sql_store.go
parent4aeb78e94a752c5b287b7fdcc4901bddd8c8f2c0 (diff)
downloadchat-c6cd6feabef302587748fa6b481d58517bbec04e.tar.gz
chat-c6cd6feabef302587748fa6b481d58517bbec04e.tar.bz2
chat-c6cd6feabef302587748fa6b481d58517bbec04e.zip
Increasing the time between db recycles (#5389)
Diffstat (limited to 'store/sql_store.go')
-rw-r--r--store/sql_store.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/store/sql_store.go b/store/sql_store.go
index 03867cc44..acf3f56c5 100644
--- a/store/sql_store.go
+++ b/store/sql_store.go
@@ -34,7 +34,7 @@ import (
const (
INDEX_TYPE_FULL_TEXT = "full_text"
INDEX_TYPE_DEFAULT = "default"
- MAX_DB_CONN_LIFETIME = 15
+ MAX_DB_CONN_LIFETIME = 60
)
const (