Skip to content

Commit 21cd7ab

Browse files
authored
Mark Cache with ini tag (#12605) (#12611)
Signed-off-by: jolheiser <[email protected]>
1 parent 981216c commit 21cd7ab

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)