mirror of
https://github.com/YunoHost-Apps/pixelfed_ynh.git
synced 2024-09-03 20:06:04 +02:00
Merge pull request #3607 from pixelfed/staging
Increase StatusReplyPipeline timeout
This commit is contained in:
commit
3bf3cc1a72
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