Server starts!

This commit is contained in:
Dylan K. Taylor
2017-06-03 21:34:45 +01:00
parent 51b0673b4b
commit 481114281e
2 changed files with 5 additions and 5 deletions

View File

@ -38,7 +38,7 @@ class AsyncWorker extends Worker{
public function run(){
$this->registerClassLoader();
gc_enable();
ini_set("memory_limit", -1);
ini_set("memory_limit", '-1');
global $store;
$store = [];