Browse Source

set lua cache to on

yz0075 12 years ago
parent
commit
a1f9754a4f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lapis/config.lua

+ 1 - 1
lapis/config.lua

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