compores update, plus bring in changes from laravel/laravel
This commit is contained in:
parent
e729f655a1
commit
b77e12878a
4 changed files with 85 additions and 84 deletions
|
@ -38,14 +38,14 @@ return [
|
|||
'driver' => 'database',
|
||||
'table' => 'jobs',
|
||||
'queue' => 'default',
|
||||
'expire' => 60,
|
||||
'expire' => 90,
|
||||
],
|
||||
|
||||
'beanstalkd' => [
|
||||
'driver' => 'beanstalkd',
|
||||
'host' => 'localhost',
|
||||
'queue' => 'default',
|
||||
'ttr' => 60,
|
||||
'ttr' => 90,
|
||||
],
|
||||
|
||||
'sqs' => [
|
||||
|
@ -61,7 +61,7 @@ return [
|
|||
'driver' => 'redis',
|
||||
'connection' => 'default',
|
||||
'queue' => 'default',
|
||||
'expire' => 60,
|
||||
'expire' => 90,
|
||||
],
|
||||
|
||||
],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue