mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-25 15:55:22 +00:00
Update InboxWorker
This commit is contained in:
parent
f54409fdf3
commit
20baf7a7c9
1 changed files with 3 additions and 0 deletions
|
@ -18,6 +18,9 @@ class InboxWorker implements ShouldQueue
|
||||||
protected $profile;
|
protected $profile;
|
||||||
protected $payload;
|
protected $payload;
|
||||||
|
|
||||||
|
public $timeout = 5;
|
||||||
|
public $tries = 1;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Create a new job instance.
|
* Create a new job instance.
|
||||||
*
|
*
|
||||||
|
|
Loading…
Reference in a new issue