Increasing the time between db recycles (#5389)

This commit is contained in:
Corey Hulen
2017-02-14 10:26:30 -05:00
committed by Harrison Healey
parent 4aeb78e94a
commit c6cd6feabe

View File

@@ -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 (