Merge pull request #2549 from pixelfed/staging

Update InboxPipeline, increase timeout length
This commit is contained in:
daniel 2021-01-07 14:04:44 -07:00 committed by GitHub
commit e8c24b1805
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -23,7 +23,7 @@ class InboxWorker implements ShouldQueue
protected $profile;
protected $payload;
public $timeout = 5;
public $timeout = 60;
public $tries = 1;
/**