diff --git a/app/config/queue.php b/app/config/queue.php index 6aeb0e3c..63050654 100644 --- a/app/config/queue.php +++ b/app/config/queue.php @@ -38,6 +38,7 @@ return array( 'driver' => 'beanstalkd', 'host' => 'localhost', 'queue' => 'default', + 'ttr' => 60, ), 'sqs' => array(