# HG changeset patch # User jbe # Date 1448977128 -3600 # Node ID 526b8c82d5fbc39ead7035faf66a8c4d2b63a9bd # Parent a38df55525d69ffd7d0d3b8c8e0eeb7ae354027b Do not disable garbage collection for WebMCP acceleration diff -r a38df55525d6 -r 526b8c82d5fb config/example.lua --- a/config/example.lua Tue Dec 01 13:59:16 2015 +0100 +++ b/config/example.lua Tue Dec 01 14:38:48 2015 +0100 @@ -462,16 +462,16 @@ -- WebMCP accelerator --- uncomment the following two lines to use C implementations of chosen --- functions and to disable garbage collection during the request, to --- increase speed: +-- ------------------------------------------------------------------------ +-- uncomment the following line to use C implementations of chosen +-- functions: -- ------------------------------------------------------------------------ -- require 'webmcp_accelerator' --- if cgi then collectgarbage("stop") end + -- Trace debug -- ------------------------------------------------------------------------ -- uncomment the following line to enable debug trace +-- ------------------------------------------------------------------------ -- config.enable_debug_trace = true -