mirror of
https://github.com/mattermost/mattermost.git
synced 2025-02-25 18:55:24 -06:00
Increasing the time between db recycles (#5389)
This commit is contained in:
committed by
Harrison Healey
parent
4aeb78e94a
commit
c6cd6feabe
@@ -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 (
|
||||
|
||||
Reference in New Issue
Block a user