checkout fail
This commit is contained in:
parent
e943cb9634
commit
9767cfbfa8
|
|
@ -30,7 +30,7 @@ return [
|
||||||
'connections' => [
|
'connections' => [
|
||||||
|
|
||||||
'sync' => [
|
'sync' => [
|
||||||
'driver' => 'redis',
|
'driver' => 'sync',
|
||||||
],
|
],
|
||||||
'database' => [
|
'database' => [
|
||||||
'driver' => 'database',
|
'driver' => 'database',
|
||||||
|
|
@ -62,8 +62,7 @@ return [
|
||||||
'redis' => [
|
'redis' => [
|
||||||
'driver' => 'redis',
|
'driver' => 'redis',
|
||||||
'queue' => 'default',
|
'queue' => 'default',
|
||||||
'retry_after' => 90,
|
'expire' => 60,
|
||||||
'block_for' => 5,
|
|
||||||
],
|
],
|
||||||
],
|
],
|
||||||
/*
|
/*
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue