mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-09 16:24:51 +00:00
Increase StatusReplyPipeline timeout
This commit is contained in:
parent
a91c439273
commit
76edd2063d
1 changed files with 2 additions and 2 deletions
|
@ -27,8 +27,8 @@ class StatusReplyPipeline implements ShouldQueue
|
|||
*/
|
||||
public $deleteWhenMissingModels = true;
|
||||
|
||||
public $timeout = 5;
|
||||
public $tries = 1;
|
||||
public $timeout = 60;
|
||||
public $tries = 2;
|
||||
|
||||
/**
|
||||
* Create a new job instance.
|
||||
|
|
Loading…
Reference in a new issue