mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-06-28 14:19:53 +00:00
Enabled GC on AsyncWorker
This commit is contained in:
parent
fc2e4ddc63
commit
88797d4c6c
@ -27,6 +27,7 @@ class AsyncWorker extends Worker{
|
||||
|
||||
public function run(){
|
||||
$this->registerClassLoader();
|
||||
gc_enable();
|
||||
|
||||
global $store;
|
||||
$store = [];
|
||||
|
Loading…
x
Reference in New Issue
Block a user