Parcourir la source

Mark Cache with ini tag (#12605)

Signed-off-by: jolheiser <john.olheiser@gmail.com>
tags/v1.13.0-rc1
John Olheiser il y a 3 ans
Parent
révision
b611ae1908
Aucun compte lié à l'adresse e-mail de l'auteur
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1
    1
      modules/setting/cache.go

+ 1
- 1
modules/setting/cache.go Voir le fichier

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

LastCommit struct {
Enabled bool

Chargement…
Annuler
Enregistrer