Ver código fonte

Mark Cache with ini tag (#12605)

Signed-off-by: jolheiser <john.olheiser@gmail.com>
tags/v1.13.0-rc1
John Olheiser 3 anos atrás
pai
commit
b611ae1908
Nenhuma conta vinculada ao e-mail do autor do commit
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1
    1
      modules/setting/cache.go

+ 1
- 1
modules/setting/cache.go Ver arquivo

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

LastCommit struct {
Enabled bool

Carregando…
Cancelar
Salvar