Fix typo CacheInternal -> CacheInterval (#3432)
This commit is contained in:
parent
b756806ee9
commit
6a81632e36
4 changed files with 5 additions and 5 deletions
|
@ -157,7 +157,7 @@ func newMacaron() *macaron.Macaron {
|
|||
m.Use(cache.Cacher(cache.Options{
|
||||
Adapter: setting.CacheAdapter,
|
||||
AdapterConfig: setting.CacheConn,
|
||||
Interval: setting.CacheInternal,
|
||||
Interval: setting.CacheInterval,
|
||||
}))
|
||||
m.Use(captcha.Captchaer(captcha.Options{
|
||||
SubURL: setting.AppSubUrl,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue