mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-29 17:53: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 $profile;
|
||||||
protected $payload;
|
protected $payload;
|
||||||
|
|
||||||
public $timeout = 5;
|
public $timeout = 60;
|
||||||
public $tries = 1;
|
public $tries = 1;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in a new issue