From 21cd7ab812a9c2e39dee23d678590a09ccf29f4e Mon Sep 17 00:00:00 2001 From: John Olheiser Date: Wed, 26 Aug 2020 10:53:14 -0500 Subject: [PATCH] Mark Cache with ini tag (#12605) (#12611) 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 34a212db1..af47bd085 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