summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Olheiser <john.olheiser@gmail.com>2020-08-25 18:04:18 -0500
committerGitHub <noreply@github.com>2020-08-26 02:04:18 +0300
commitb611ae19083ef754aac18e55774bcfe39fae137e (patch)
treea134606076d152e4d3f2e0243ef9e5cda000cb5f
parenteb4db0445bea4a8dff370d80a270765840fcb8ef (diff)
downloadgitea-b611ae19083ef754aac18e55774bcfe39fae137e.tar.gz
gitea-b611ae19083ef754aac18e55774bcfe39fae137e.zip
Mark Cache with ini tag (#12605)
Signed-off-by: jolheiser <john.olheiser@gmail.com>
-rw-r--r--modules/setting/cache.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/setting/cache.go b/modules/setting/cache.go
index 34a212db18..af47bd085a 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