mirror of
https://github.com/YunoHost-Apps/pixelfed_ynh.git
synced 2024-09-03 20:06:04 +02: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…
Add table
Reference in a new issue