mirror of https://github.com/go-gitea/gitea.git
Signed-off-by: jolheiser <john.olheiser@gmail.com>
This commit is contained in:
parent
981216c9fe
commit
21cd7ab812
|
@ -23,7 +23,7 @@ type Cache struct {
|
|||
var (
|
||||
// CacheService the global cache
|
||||
CacheService = struct {
|
||||
Cache
|
||||
Cache `ini:"cache"`
|
||||
|
||||
LastCommit struct {
|
||||
Enabled bool
|
||||
|
|
Loading…
Reference in New Issue