Browse Source

set lua cache to on

yz0075 12 years ago
parent
commit
123f44d1d8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lapis/config.moon

+ 1 - 1
lapis/config.moon

@@ -6,5 +6,5 @@ config "development", ->
 config "production", ->
   port 80
   num_workers 4
-  lua_code_cache "off"
+  lua_code_cache "on"
   postgresql_url "postgres://benchmarkdbuser:[email protected]/hello_world"