liquid_feedback_frontend

changeset 1223:526b8c82d5fb

Do not disable garbage collection for WebMCP acceleration
author jbe
date Tue Dec 01 14:38:48 2015 +0100 (2015-12-01)
parents a38df55525d6
children 97ca043d7c40
files config/example.lua
line diff
     1.1 --- a/config/example.lua	Tue Dec 01 13:59:16 2015 +0100
     1.2 +++ b/config/example.lua	Tue Dec 01 14:38:48 2015 +0100
     1.3 @@ -462,16 +462,16 @@
     1.4  
     1.5  
     1.6  -- WebMCP accelerator
     1.7 --- uncomment the following two lines to use C implementations of chosen
     1.8 --- functions and to disable garbage collection during the request, to
     1.9 --- increase speed:
    1.10 +-- ------------------------------------------------------------------------
    1.11 +-- uncomment the following line to use C implementations of chosen
    1.12 +-- functions:
    1.13  -- ------------------------------------------------------------------------
    1.14  -- require 'webmcp_accelerator'
    1.15 --- if cgi then collectgarbage("stop") end
    1.16 +
    1.17  
    1.18  -- Trace debug
    1.19  -- ------------------------------------------------------------------------
    1.20  -- uncomment the following line to enable debug trace
    1.21 +-- ------------------------------------------------------------------------
    1.22  -- config.enable_debug_trace = true
    1.23  
    1.24 -

Impressum / About Us