Increase number of attempts when trying to poll a system
This commit is contained in:
parent
670450387c
commit
7e87481e05
@ -27,7 +27,7 @@ class AddressPoll implements ShouldQueue, ShouldBeUnique
|
|||||||
|
|
||||||
private const LOGKEY = 'JAP';
|
private const LOGKEY = 'JAP';
|
||||||
|
|
||||||
public int $tries = 5;
|
public int $tries = 10;
|
||||||
public int $maxExceptions = 1;
|
public int $maxExceptions = 1;
|
||||||
public bool $failOnTimeout = TRUE;
|
public bool $failOnTimeout = TRUE;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user