mirror of
https://github.com/go-gitea/gitea
synced 2025-07-11 21:17:19 +00:00
fix config ui error about cache ttl (#6861)
This commit is contained in:
@ -234,6 +234,7 @@ func Config(ctx *context.Context) {
|
||||
ctx.Data["CacheAdapter"] = setting.CacheService.Adapter
|
||||
ctx.Data["CacheInterval"] = setting.CacheService.Interval
|
||||
ctx.Data["CacheConn"] = setting.CacheService.Conn
|
||||
ctx.Data["CacheItemTTL"] = setting.CacheService.TTL
|
||||
|
||||
ctx.Data["SessionConfig"] = setting.SessionConfig
|
||||
|
||||
|
Reference in New Issue
Block a user