diff --git a/src/utils/RCON.php b/src/utils/RCON.php index 9ee42ea07..c64df2e68 100644 --- a/src/utils/RCON.php +++ b/src/utils/RCON.php @@ -30,7 +30,7 @@ the Free Software Foundation, either version 3 of the License, or class RCON{ private $socket, $password, $workers, $threads; - public function __construct($password, $port = 19132, $interface = "0.0.0.0", $threads = 4, $clientsPerThread = 5){ + public function __construct($password, $port = 19132, $interface = "0.0.0.0", $threads = 4, $clientsPerThread = 25){ $this->workers = array(); $this->password = (string) $password; console("[INFO] Starting remote control listener");