Merge pull request #2549 from pixelfed/staging

Update InboxPipeline, increase timeout length
pull/2580/head
daniel 4 years ago committed by GitHub
commit e8c24b1805
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save