diff options
author | John Olheiser <john.olheiser@gmail.com> | 2020-08-25 18:04:18 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-26 02:04:18 +0300 |
commit | b611ae19083ef754aac18e55774bcfe39fae137e (patch) | |
tree | a134606076d152e4d3f2e0243ef9e5cda000cb5f | |
parent | eb4db0445bea4a8dff370d80a270765840fcb8ef (diff) | |
download | gitea-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.go | 2 |
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 |