forked from forgejo/forgejo
fix config ui error about cache ttl (#6861)
This commit is contained in:
parent
5d5eae6aea
commit
01ebd52a1f
3 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue