diff options
author | John Olheiser <john.olheiser@gmail.com> | 2020-08-26 10:53:14 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-26 11:53:14 -0400 |
commit | 21cd7ab812a9c2e39dee23d678590a09ccf29f4e (patch) | |
tree | b7a049ddf56db6f4bd3134571d2e4e3ae082445b | |
parent | 981216c9fe51f8493c0ed648224b460e94582791 (diff) | |
download | gitea-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.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 |