refs #2132. 1 minute disconnected
parent
de33d665de
commit
b2684a71ad
|
@ -20,7 +20,7 @@ use Symfony\Component\Mercure\Update;
|
|||
#[AsCommand(name: 'opengnsys:check-client-availability', description: 'Check client availability')]
|
||||
class CheckClientAvailability extends Command
|
||||
{
|
||||
const int THRESHOLD_MINUTES = 3;
|
||||
const int THRESHOLD_MINUTES = 1;
|
||||
|
||||
public function __construct(
|
||||
private readonly HubInterface $hub,
|
||||
|
|
Loading…
Reference in New Issue