mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-10 08:44:49 +00: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…
Reference in a new issue