feat: boost size of the shared cache up to 30MB

This commit is contained in:
Iain Learmonth 2025-05-04 16:12:08 +01:00
parent a4ed2baf8b
commit c767848065

View file

@ -1,6 +1,6 @@
error_log /dev/stdout; error_log /dev/stdout;
lua_shared_dict jasima_cache 20m; lua_shared_dict jasima_cache 30m;
lua_package_path "/opt/sitelen-tu/?.lua;;"; lua_package_path "/opt/sitelen-tu/?.lua;;";
lua_shared_dict auto_ssl 1m; lua_shared_dict auto_ssl 1m;