Skip to content

Commit

Permalink
Mark Cache with ini tag (go-gitea#12605)
Browse files Browse the repository at this point in the history
Signed-off-by: jolheiser <[email protected]>
  • Loading branch information
jolheiser committed Aug 26, 2020
1 parent cfbfb73 commit 7ccd692
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/setting/cache.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ type Cache struct {
var (
// CacheService the global cache
CacheService = struct {
Cache
Cache `ini:"cache"`

LastCommit struct {
Enabled bool
Expand Down

0 comments on commit 7ccd692

Please sign in to comment.