From ed344957ac454c9638e7ffcf3f5c40d51729e74e Mon Sep 17 00:00:00 2001 From: Chrono Date: Fri, 1 Apr 2022 16:42:52 +0800 Subject: [PATCH] default enable lmdb (#453) --- openresty-build-tools/kong-ngx-build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openresty-build-tools/kong-ngx-build b/openresty-build-tools/kong-ngx-build index 2be5feb8b772..7b917a254a28 100755 --- a/openresty-build-tools/kong-ngx-build +++ b/openresty-build-tools/kong-ngx-build @@ -14,7 +14,7 @@ PCRE_VER= FORCE=0 OPENRESTY_PATCHES=$OPENRESTY_PATCHES KONG_NGINX_MODULE=master -RESTY_LMDB=0 # disable by default for now +RESTY_LMDB=master DEBUG=0 NPROC= OS=