rename cache variable
This commit is contained in:
parent
2b8b18d556
commit
40ac6c59a7
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ function csmod.init(configFile, userAgent)
|
|||
end
|
||||
runtime.conf = conf
|
||||
runtime.userAgent = userAgent
|
||||
runtime.cache = ngx.shared.crowdsec
|
||||
runtime.cache = ngx.shared.crowdsec_cache
|
||||
|
||||
-- if stream mode, add callback to stream_query and start timer
|
||||
if runtime.conf["MODE"] == "stream" then
|
||||
|
|
Loading…
Add table
Reference in a new issue