From c767848065cc37fd16ad6520a69d8e594d9e020d Mon Sep 17 00:00:00 2001 From: irl Date: Sun, 4 May 2025 16:12:08 +0100 Subject: [PATCH] feat: boost size of the shared cache up to 30MB --- src/default.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/default.conf b/src/default.conf index 969c7be..0ff8cb8 100644 --- a/src/default.conf +++ b/src/default.conf @@ -1,6 +1,6 @@ error_log /dev/stdout; -lua_shared_dict jasima_cache 20m; +lua_shared_dict jasima_cache 30m; lua_package_path "/opt/sitelen-tu/?.lua;;"; lua_shared_dict auto_ssl 1m;