checkout fail

This commit is contained in:
merdan 2020-04-11 17:42:26 +05:00
parent e943cb9634
commit 9767cfbfa8
1 changed files with 2 additions and 3 deletions

View File

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