Explorar el Código

set lua cache to on

yz0075 hace 12 años
padre
commit
a1f9754a4f
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      lapis/config.lua

+ 1 - 1
lapis/config.lua

@@ -9,6 +9,6 @@ end)
 return config("production", function()
 return config("production", function()
   port(80)
   port(80)
   num_workers(4)
   num_workers(4)
-  lua_code_cache("off")
+  lua_code_cache("on")
   return postgresql_url("postgres://benchmarkdbuser:[email protected]/hello_world")
   return postgresql_url("postgres://benchmarkdbuser:[email protected]/hello_world")
 end)
 end)