summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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