Added upload/download speed on title bar, referenced ChunkRequestTask

This commit is contained in:
Shoghi Cervantes
2014-07-11 02:23:40 +02:00
parent 756a8fead6
commit f2fa13119a
6 changed files with 22 additions and 6 deletions

View File

@ -29,7 +29,7 @@ use pocketmine\Server;
use pocketmine\utils\ReversePriorityQueue;
class ServerScheduler{
public static $WORKERS = 3;
public static $WORKERS = 4;
/**
* @var ReversePriorityQueue<Task>
*/