fixes and log messages

This commit is contained in:
Oliver Gorwits
2013-03-26 23:39:23 +00:00
parent cfcb7a956f
commit 6e527629a2
2 changed files with 20 additions and 10 deletions

View File

@@ -33,7 +33,7 @@ mkdir $tmp_dir if ! -d $tmp_dir;
my $mce = MCE->new(
spawn_delay => 0.15,
job_delay => 0.15,
job_delay => 1.15,
tmp_dir => $tmp_dir,
user_func => sub { $_[0]->worker_body },
on_post_exit => \&restart_worker,