a 5k dict is too small?
This commit is contained in:
parent
bfe5084eef
commit
a6fa9a7149
@ -11,7 +11,7 @@ http {
|
||||
charset UTF-8;
|
||||
include mime.types;
|
||||
|
||||
lua_shared_dict worker 5k;
|
||||
lua_shared_dict worker 1m;
|
||||
init_worker_by_lua '
|
||||
require("worker")
|
||||
';
|
||||
|
Reference in New Issue
Block a user