mirror of
https://github.com/pixelfed/pixelfed.git
synced 2025-01-11 14:40:46 +00:00
Update InboxPipeline, increase timeout length
This commit is contained in:
parent
d5cd2ad4cb
commit
2bac25ebcd
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