Correction des différents bugs
This commit is contained in:
@@ -39,7 +39,7 @@ return [
|
||||
'connection' => env('DB_QUEUE_CONNECTION', null),
|
||||
'table' => env('DB_QUEUE_TABLE', 'jobs'),
|
||||
'queue' => env('DB_QUEUE', 'default'),
|
||||
'retry_after' => env('DB_QUEUE_RETRY_AFTER', 90),
|
||||
'retry_after' => env('DB_QUEUE_RETRY_AFTER', 300),
|
||||
'after_commit' => false,
|
||||
],
|
||||
|
||||
|
||||
Reference in New Issue
Block a user