I disabled pong tracker

This commit is contained in:
a6a2f5842 2025-09-15 17:32:54 +02:00
parent a6ff330e57
commit c53c9d3bbd
1 changed files with 1 additions and 1 deletions

View File

@ -108,7 +108,7 @@ class StartServer extends Command
$this->configurePcntlSignal();
$this->configurePongTracker();
// $this->configurePongTracker();
$this->startServer();
}