Browse Source

Use expire for consistency.

Taylor Otwell 7 years ago
parent
commit
3cc0388ed7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      config/queue.php

+ 1 - 1
config/queue.php

@@ -45,7 +45,7 @@ return [
             'driver' => 'beanstalkd',
             'host' => 'localhost',
             'queue' => 'default',
-            'ttr' => 90,
+            'expire' => 90,
         ],
 
         'sqs' => [