Skip to content

Commit

Permalink
Increasing the time between db recycles
Browse files Browse the repository at this point in the history
  • Loading branch information
coreyhulen committed Feb 13, 2017
1 parent 0a21eed commit 4cc2b8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion store/sql_store.go
Expand Up @@ -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 (
Expand Down

0 comments on commit 4cc2b8a

Please sign in to comment.