moonbridge
diff example_application.lua @ 61:54d488774467
Set default fork delay to 0.25 seconds
| author | jbe |
|---|---|
| date | Tue Mar 24 15:24:31 2015 +0100 (2015-03-24) |
| parents | e3df61bf62f4 |
| children | 7014436d88ea |
line diff
1.1 --- a/example_application.lua Tue Mar 24 01:51:07 2015 +0100 1.2 +++ b/example_application.lua Tue Mar 24 15:24:31 2015 +0100 1.3 @@ -36,7 +36,7 @@ 1.4 max_fork = 16, -- number of forks 1.5 1.6 -- delay between creation of spare processes 1.7 - fork_delay = 1, -- seconds 1.8 + fork_delay = 0.25, -- seconds 1.9 1.10 -- delay before retry of failed process creation 1.11 fork_error_delay = 2, -- seconds