Merge pull request #3607 from pixelfed/staging

Increase StatusReplyPipeline timeout
This commit is contained in:
daniel 2022-08-06 00:20:44 -06:00 committed by GitHub
commit 3bf3cc1a72
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.