mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-22 06:21:27 +00:00
Update InboxPipeline, increase timeout length
This commit is contained in:
parent
04b9bceba7
commit
d5cd2ad4cb
2 changed files with 4 additions and 1 deletions
|
@ -23,7 +23,7 @@ class InboxValidator implements ShouldQueue
|
|||
protected $headers;
|
||||
protected $payload;
|
||||
|
||||
public $timeout = 5;
|
||||
public $timeout = 60;
|
||||
public $tries = 1;
|
||||
|
||||
/**
|
||||
|
|
|
@ -17,6 +17,9 @@ class SharedInboxWorker implements ShouldQueue
|
|||
protected $profile;
|
||||
protected $payload;
|
||||
|
||||
public $timeout = 60;
|
||||
public $tries = 1;
|
||||
|
||||
/**
|
||||
* Create a new job instance.
|
||||
*
|
||||
|
|
Loading…
Reference in a new issue