compores update, plus bring in changes from laravel/laravel

This commit is contained in:
Jonny Barnes 2016-07-04 22:33:13 +01:00
parent e729f655a1
commit b77e12878a
4 changed files with 85 additions and 84 deletions

View file

@ -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,
],
],