diff --git a/src/network/RCON.php b/src/network/RCON.php index 7f3c7bc2a..82190c696 100644 --- a/src/network/RCON.php +++ b/src/network/RCON.php @@ -132,7 +132,7 @@ class RCONInstance extends Thread{ public function run(){ while($this->stop !== true){ - usleep(1); + usleep(2000); $r = array($socket = $this->socket); $w = null; $e = null;