@@ -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"