From 26e44d9b32948693a035bea5cb31134526e01fe3 Mon Sep 17 00:00:00 2001 From: Corey Hulen Date: Fri, 17 Feb 2017 08:21:06 -0500 Subject: Bumping base cache numbers for master (#5451) --- store/sql_file_info_store.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'store/sql_file_info_store.go') 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) -- cgit v1.2.3-1-g7c22