mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-06-06 11:57:10 +00:00
Fix formatting issue in AsyncPool
This commit is contained in:
parent
9e142655ea
commit
7c212d3d53
@ -47,7 +47,7 @@ class AsyncPool{
|
|||||||
$this->server = $server;
|
$this->server = $server;
|
||||||
$this->size = $size;
|
$this->size = $size;
|
||||||
|
|
||||||
$memoryLimit = (int) max(-1, (int) $this->server->getProperty("memory.async-worker-hard-limit", 1024));
|
$memoryLimit = (int) max(-1, (int) $this->server->getProperty("memory.async-worker-hard-limit", 1024));
|
||||||
|
|
||||||
for($i = 0; $i < $this->size; ++$i){
|
for($i = 0; $i < $this->size; ++$i){
|
||||||
$this->workerUsage[$i] = 0;
|
$this->workerUsage[$i] = 0;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user