0
0
Fork 0
mirror of https://github.com/go-gitea/gitea synced 2024-06-16 17:38:51 +02:00

Mark Cache with ini tag (#12605)

Signed-off-by: jolheiser <john.olheiser@gmail.com>
This commit is contained in:
John Olheiser 2020-08-25 18:04:18 -05:00 committed by GitHub
parent eb4db0445b
commit b611ae1908
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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