mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-26 08:13:16 +00:00
Merge pull request #2549 from pixelfed/staging
Update InboxPipeline, increase timeout length
This commit is contained in:
commit
e8c24b1805
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ class InboxWorker implements ShouldQueue
|
|||
protected $profile;
|
||||
protected $payload;
|
||||
|
||||
public $timeout = 5;
|
||||
public $timeout = 60;
|
||||
public $tries = 1;
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue