Add ttr option to beanstalk config.

This commit is contained in:
Taylor Otwell 2014-03-03 20:07:43 -06:00
parent fafb9837dd
commit 9bf9c2eb42
1 changed files with 1 additions and 0 deletions

View File

@ -38,6 +38,7 @@
'driver' => 'beanstalkd',
'host' => 'localhost',
'queue' => 'default',
'ttr' => 60,
),
'sqs' => array(