Ver código fonte

set lua cache to on

yz0075 12 anos atrás
pai
commit
123f44d1d8
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      lapis/config.moon

+ 1 - 1
lapis/config.moon

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