mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-04 17:06:16 +00:00
Improved threading and resource usage, new defaults
This commit is contained in:
@ -34,7 +34,7 @@ class CommandReader extends Thread{
|
||||
*/
|
||||
public function __construct(\Threaded $threaded){
|
||||
$this->buffer = $threaded;
|
||||
$this->start();
|
||||
$this->start(PTHREADS_INHERIT_NONE);
|
||||
}
|
||||
|
||||
private function readLine(){
|
||||
|
Reference in New Issue
Block a user