index
:
gogs.git
Gogs is a painless self-hosted Git service
log msg
author
committer
range
buildscript
main
mygogs
about
summary
refs
log
tree
commit
diff
path:
root
/
routers
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
author
Thibault Meyer <0xbaadf00d@users.noreply.github.com>
2016-08-11 14:59:11 +0200
committer
无闻 <u@gogs.io>
2016-08-11 05:59:11 -0700
commit
6a81632e36a1ba36d315059cfb69c063cab237f1
(
patch
)
tree
58e85cf7e9aef07bd879eecb45ed2a6a7f4ceda8
/
routers
parent
b756806ee99f28c4fa6ff824037f92800af4bf72
(
diff
)
Fix typo CacheInternal -> CacheInterval (#3432)
Diffstat
(limited to 'routers')
-rw-r--r--
routers/admin/admin.go
2
1 files changed, 1 insertions, 1 deletions
diff --git a/routers/admin/admin.go b/routers/admin/admin.go
index 2838f6ee..1b22251e 100644
--- a/
routers/admin/admin.go
+++ b/
routers/admin/admin.go
@@ -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