From 4cc2b8a92e23ef63c2260e77abf8697f606be4ee Mon Sep 17 00:00:00 2001 From: =Corey Hulen Date: Mon, 13 Feb 2017 12:21:51 -0500 Subject: [PATCH] Increasing the time between db recycles --- store/sql_store.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/store/sql_store.go b/store/sql_store.go index 03867cc443f96..acf3f56c542af 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 (