a 5k dict is too small?

This commit is contained in:
Tangent 2019-06-28 19:38:37 -07:00
parent bfe5084eef
commit a6fa9a7149

View File

@ -11,7 +11,7 @@ http {
charset UTF-8; charset UTF-8;
include mime.types; include mime.types;
lua_shared_dict worker 5k; lua_shared_dict worker 1m;
init_worker_by_lua ' init_worker_by_lua '
require("worker") require("worker")
'; ';