From 7ccd69208e7cfaef97b9221bdaf983ec8760fe50 Mon Sep 17 00:00:00 2001 From: John Olheiser Date: Tue, 25 Aug 2020 18:04:18 -0500 Subject: [PATCH] Mark Cache with ini tag (#12605) Signed-off-by: jolheiser --- modules/setting/cache.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/setting/cache.go b/modules/setting/cache.go index 34a212db18854..af47bd085ab81 100644 --- a/modules/setting/cache.go +++ b/modules/setting/cache.go @@ -23,7 +23,7 @@ type Cache struct { var ( // CacheService the global cache CacheService = struct { - Cache + Cache `ini:"cache"` LastCommit struct { Enabled bool