mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-10-17 04:06:54 +00:00
Fixed #926 [gh#926]
This commit is contained in:
@@ -132,7 +132,7 @@ class RCONInstance extends Thread{
|
|||||||
|
|
||||||
public function run(){
|
public function run(){
|
||||||
while($this->stop !== true){
|
while($this->stop !== true){
|
||||||
usleep(1);
|
usleep(2000);
|
||||||
$r = array($socket = $this->socket);
|
$r = array($socket = $this->socket);
|
||||||
$w = null;
|
$w = null;
|
||||||
$e = null;
|
$e = null;
|
||||||
|
Reference in New Issue
Block a user