mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-05-19 16:30:15 +00:00
Fix typo CacheInternal -> CacheInterval (#3432)
This commit is contained in:
parent
b756806ee9
commit
6a81632e36
4 changed files with 5 additions and 5 deletions
|
@ -216,7 +216,7 @@ func Config(ctx *context.Context) {
|
|||
}
|
||||
|
||||
ctx.Data["CacheAdapter"] = setting.CacheAdapter
|
||||
ctx.Data["CacheInternal"] = setting.CacheInternal
|
||||
ctx.Data["CacheInterval"] = setting.CacheInterval
|
||||
ctx.Data["CacheConn"] = setting.CacheConn
|
||||
|
||||
ctx.Data["SessionConfig"] = setting.SessionConfig
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue