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