aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Olheiser <john.olheiser@gmail.com>2020-08-26 10:53:14 -0500
committerGitHub <noreply@github.com>2020-08-26 11:53:14 -0400
commit21cd7ab812a9c2e39dee23d678590a09ccf29f4e (patch)
treeb7a049ddf56db6f4bd3134571d2e4e3ae082445b
parent981216c9fe51f8493c0ed648224b460e94582791 (diff)
downloadgitea-21cd7ab812a9c2e39dee23d678590a09ccf29f4e.tar.gz
gitea-21cd7ab812a9c2e39dee23d678590a09ccf29f4e.zip
Mark Cache with ini tag (#12605) (#12611)
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