Commit 3cc0388e authored by Taylor Otwell's avatar Taylor Otwell

Use expire for consistency.

parent ea52a963
......@@ -45,7 +45,7 @@ return [
'driver' => 'beanstalkd',
'host' => 'localhost',
'queue' => 'default',
'ttr' => 90,
'expire' => 90,
],
'sqs' => [
......
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