mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-05 17:36:12 +00:00
Added upload/download speed on title bar, referenced ChunkRequestTask
This commit is contained in:
@ -29,7 +29,7 @@ use pocketmine\Server;
|
||||
use pocketmine\utils\ReversePriorityQueue;
|
||||
|
||||
class ServerScheduler{
|
||||
public static $WORKERS = 3;
|
||||
public static $WORKERS = 4;
|
||||
/**
|
||||
* @var ReversePriorityQueue<Task>
|
||||
*/
|
||||
|
Reference in New Issue
Block a user