moonbridge

changeset 11:0c951f8ee92b

Fixed bad mistake in comment on prepare function in example_application.lua
author jbe
date Thu Jan 29 16:09:06 2015 +0100 (2015-01-29)
parents 7e6faff049c3
children 44a13f4b706f
files example_application.lua
line diff
     1.1 --- a/example_application.lua	Thu Jan 29 16:07:56 2015 +0100
     1.2 +++ b/example_application.lua	Thu Jan 29 16:09:06 2015 +0100
     1.3 @@ -42,7 +42,7 @@
     1.4    -- maximum memory consumption before process gets terminated
     1.5    memory_limit = 1024*1024, -- bytes
     1.6    
     1.7 -  -- preparation of process (executed before fork)
     1.8 +  -- preparation of process (executed after fork)
     1.9    prepare = function()
    1.10      for i, document in ipairs(documents) do
    1.11        local file = assert(io.open(document))

Impressum / About Us