mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-09 16:24:51 +00:00
Update queue config, set higher than timeout
This commit is contained in:
parent
b7e22af48e
commit
436dc3032c
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ return [
|
|||
'driver' => 'redis',
|
||||
'connection' => 'default',
|
||||
'queue' => 'default',
|
||||
'retry_after' => 90,
|
||||
'retry_after' => 1800,
|
||||
'block_for' => null,
|
||||
],
|
||||
|
||||
|
|
Loading…
Reference in a new issue