From 9bf9c2eb42a0095d8dd9898ec8daa17ce7707702 Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Mon, 3 Mar 2014 20:07:43 -0600 Subject: [PATCH] Add ttr option to beanstalk config. --- app/config/queue.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/config/queue.php b/app/config/queue.php index 16e45bd7..6a879f78 100644 --- a/app/config/queue.php +++ b/app/config/queue.php @@ -38,6 +38,7 @@ 'driver' => 'beanstalkd', 'host' => 'localhost', 'queue' => 'default', + 'ttr' => 60, ), 'sqs' => array(