summaryrefslogtreecommitdiffstats
path: root/store/sql_file_info_store.go
diff options
context:
space:
mode:
Diffstat (limited to 'store/sql_file_info_store.go')
-rw-r--r--store/sql_file_info_store.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/store/sql_file_info_store.go b/store/sql_file_info_store.go
index b1ad4b11a..c29ac461e 100644
--- a/store/sql_file_info_store.go
+++ b/store/sql_file_info_store.go
@@ -14,7 +14,7 @@ type SqlFileInfoStore struct {
const (
FILE_INFO_CACHE_SIZE = 25000
- FILE_INFO_CACHE_SEC = 900 // 15 minutes
+ FILE_INFO_CACHE_SEC = 1800 // 30 minutes
)
var fileInfoCache *utils.Cache = utils.NewLru(FILE_INFO_CACHE_SIZE)