mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-06 01:46:04 +00:00
Added extra memory reportings (heap, stack), stop tasks faster, added extra timeouts fro ServerKiller
This commit is contained in:
@ -470,7 +470,7 @@ namespace pocketmine {
|
||||
$thread->quit();
|
||||
}
|
||||
|
||||
$killer = new ServerKiller();
|
||||
$killer = new ServerKiller(8);
|
||||
$killer->start();
|
||||
$killer->detach();
|
||||
|
||||
|
Reference in New Issue
Block a user