summary refs log tree commit diff
path: root/lib/presque/worker/Role/Fork.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/presque/worker/Role/Fork.pm')
-rw-r--r--lib/presque/worker/Role/Fork.pm3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/presque/worker/Role/Fork.pm b/lib/presque/worker/Role/Fork.pm
index 47efc31..c62ff1b 100644
--- a/lib/presque/worker/Role/Fork.pm
+++ b/lib/presque/worker/Role/Fork.pm
@@ -5,8 +5,7 @@ use Moose::Role;
 has fork_dispatcher => (
     is        => 'ro',
     isa       => 'Bool',
-    default   => 1,
-    predicate => 'has_fork_dispatcher'
+    default   => 0,
 );
 
 1;