Browse Source

Mark Cache with ini tag (#12605)

Signed-off-by: jolheiser <john.olheiser@gmail.com>
tags/v1.13.0-rc1
John Olheiser 3 years ago
parent
commit
b611ae1908
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      modules/setting/cache.go

+ 1
- 1
modules/setting/cache.go View File

@@ -23,7 +23,7 @@ type Cache struct {
var (
// CacheService the global cache
CacheService = struct {
Cache
Cache `ini:"cache"`

LastCommit struct {
Enabled bool

Loading…
Cancel
Save