Merge branch '3.6'

This commit is contained in:
Dylan K. Taylor 2019-02-10 17:40:09 +00:00
commit 18440f612f

View File

@ -112,7 +112,6 @@ use function file_exists;
use function file_get_contents;
use function file_put_contents;
use function filemtime;
use function gc_collect_cycles;
use function get_class;
use function getmypid;
use function getopt;
@ -1686,9 +1685,6 @@ class Server{
$this->network->unregisterInterface($interface);
}
}
$this->getLogger()->debug("Collecting cycles");
gc_collect_cycles();
}catch(\Throwable $e){
$this->logger->logException($e);
$this->logger->emergency("Crashed while crashing, killing process");