# HG changeset patch # User jbe # Date 1422544146 -3600 # Node ID 0c951f8ee92bdbafbf4cfeedf1fd95982255370e # Parent 7e6faff049c3f601e2ba17dbe7d6a85c19668ff3 Fixed bad mistake in comment on prepare function in example_application.lua diff -r 7e6faff049c3 -r 0c951f8ee92b example_application.lua --- a/example_application.lua Thu Jan 29 16:07:56 2015 +0100 +++ b/example_application.lua Thu Jan 29 16:09:06 2015 +0100 @@ -42,7 +42,7 @@ -- maximum memory consumption before process gets terminated memory_limit = 1024*1024, -- bytes - -- preparation of process (executed before fork) + -- preparation of process (executed after fork) prepare = function() for i, document in ipairs(documents) do local file = assert(io.open(document))