Commit 9bf9c2eb authored by Taylor Otwell's avatar Taylor Otwell

Add ttr option to beanstalk config.

parent fafb9837
......@@ -38,6 +38,7 @@ return array(
'driver' => 'beanstalkd',
'host' => 'localhost',
'queue' => 'default',
'ttr' => 60,
),
'sqs' => array(
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment