Skip to content

Commit b611ae1

Browse files
authored
Mark Cache with ini tag (#12605)
Signed-off-by: jolheiser <[email protected]>
1 parent eb4db04 commit b611ae1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/setting/cache.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ type Cache struct {
2323
var (
2424
// CacheService the global cache
2525
CacheService = struct {
26-
Cache
26+
Cache `ini:"cache"`
2727

2828
LastCommit struct {
2929
Enabled bool

0 commit comments

Comments
 (0)