Merge master

This commit is contained in:
Dylan K. Taylor
2017-07-14 12:12:35 +01:00
3 changed files with 10 additions and 12 deletions

View File

@ -38,9 +38,7 @@ class AsyncWorker extends Worker{
public function run(){
$this->registerClassLoader();
if(MainLogger::getLogger() === null){
$this->logger->registerStatic();
}
$this->logger->registerStatic();
gc_enable();
ini_set("memory_limit", '-1');