mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-09 16:24:51 +00:00
Update InboxPipeline, increase timeout from 60s to 300s
This commit is contained in:
parent
e08869cbfc
commit
d1b888b5a6
3 changed files with 3 additions and 3 deletions
|
@ -26,7 +26,7 @@ class InboxValidator implements ShouldQueue
|
|||
protected $headers;
|
||||
protected $payload;
|
||||
|
||||
public $timeout = 60;
|
||||
public $timeout = 300;
|
||||
public $tries = 1;
|
||||
public $maxExceptions = 1;
|
||||
|
||||
|
|
|
@ -25,7 +25,7 @@ class InboxWorker implements ShouldQueue
|
|||
protected $headers;
|
||||
protected $payload;
|
||||
|
||||
public $timeout = 60;
|
||||
public $timeout = 300;
|
||||
public $tries = 1;
|
||||
public $maxExceptions = 1;
|
||||
|
||||
|
|
|
@ -17,7 +17,7 @@ class SharedInboxWorker implements ShouldQueue
|
|||
protected $profile;
|
||||
protected $payload;
|
||||
|
||||
public $timeout = 60;
|
||||
public $timeout = 300;
|
||||
public $tries = 1;
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue