mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-06 01:46:04 +00:00
Added settings.async-workers to tune the amount of AsyncTask workers
This commit is contained in:
@ -28,7 +28,7 @@ use pocketmine\plugin\Plugin;
|
||||
use pocketmine\utils\ReversePriorityQueue;
|
||||
|
||||
class ServerScheduler{
|
||||
protected static $WORKERS = 3;
|
||||
public static $WORKERS = 3;
|
||||
/**
|
||||
* @var ReversePriorityQueue<Task>
|
||||
*/
|
||||
|
Reference in New Issue
Block a user