Merge pull request #3607 from pixelfed/staging

Increase StatusReplyPipeline timeout
pull/3627/head
daniel 3 years ago committed by GitHub
commit 3bf3cc1a72
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save