mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-04 08:56:15 +00:00
Enabled GC on AsyncWorker
This commit is contained in:
@ -27,6 +27,7 @@ class AsyncWorker extends Worker{
|
||||
|
||||
public function run(){
|
||||
$this->registerClassLoader();
|
||||
gc_enable();
|
||||
|
||||
global $store;
|
||||
$store = [];
|
||||
|
Reference in New Issue
Block a user