Browse Source

Add ttr option to beanstalk config.

Taylor Otwell 10 years ago
parent
commit
9bf9c2eb42
1 changed files with 1 additions and 0 deletions
  1. 1 0
      app/config/queue.php

+ 1 - 0
app/config/queue.php

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