liquid_feedback_frontend
diff config/devel.lua @ 1158:e9f6ae14bc72
Updated event notifications and moved code from config to prefork initializer
author | bsw |
---|---|
date | Tue Mar 24 11:50:08 2015 +0100 (2015-03-24) |
parents | f21f40dd9334 |
children | fc9169c980d5 |
line diff
1.1 --- a/config/devel.lua Mon Mar 23 23:18:43 2015 +0100 1.2 +++ b/config/devel.lua Tue Mar 24 11:50:08 2015 +0100 1.3 @@ -271,6 +271,9 @@ 1.4 1.5 config.enable_debug_trace = true 1.6 1.7 +config.fork = { pre = 64, max = 256, delay = 0.01 } 1.8 + 1.9 + 1.10 -- WebMCP accelerator 1.11 -- uncomment the following two lines to use C implementations of chosen 1.12 -- functions and to disable garbage collection during the request, to