refs #2132. 1 minute disconnected

develop
Manuel Aranda Rosales 2025-05-30 12:28:21 +02:00
parent de33d665de
commit b2684a71ad
1 changed files with 1 additions and 1 deletions

View File

@ -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,