Use expire for consistency.
This commit is contained in:
parent
ea52a96386
commit
3cc0388ed7
|
@ -45,7 +45,7 @@
|
|||
'driver' => 'beanstalkd',
|
||||
'host' => 'localhost',
|
||||
'queue' => 'default',
|
||||
'ttr' => 90,
|
||||
'expire' => 90,
|
||||
],
|
||||
|
||||
'sqs' => [
|
||||
|
|
Loading…
Reference in New Issue