Browse Source

Merge branch 'master' into develop

Taylor Otwell 11 years ago
parent
commit
0b390e397e
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(