File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
crowdsec-docs/unversioned/bouncers Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -245,7 +245,8 @@ init_worker_by_lua_block {
245245 ngx.log(ngx.INFO, " Initializing metrics for worker " .. tostring(ngx.worker.id ()))
246246 cs.SetupMetrics ()
247247 end
248- }` ` `
248+ }
249+ ` ` `
249250
250251The component uses [lua_shared_dict](https://github.com/openresty/lua-nginx-module#lua_shared_dict) to share cache between all workers.
251252
Original file line number Diff line number Diff line change @@ -230,7 +230,8 @@ init_worker_by_lua_block {
230230 ngx.log(ngx.INFO, " Initializing metrics for worker " .. tostring(ngx.worker.id ()))
231231 cs.SetupMetrics ()
232232 end
233- }` ` `
233+ }
234+ ` ` `
234235
235236
236237The component uses [lua_shared_dict](https://github.com/openresty/lua-nginx-module#lua_shared_dict) to share cache between all workers.
You can’t perform that action at this time.
0 commit comments