Do not enable AMPHP multiprocessing

This commit is contained in:
Daniil Gentili 2018-12-31 13:11:49 +00:00
parent b4cecd9fbd
commit ef4d176cbd

View File

@ -116,7 +116,7 @@ class Magic
} catch (\Throwable $e) {
}
}
if (!self::$can_parallel && !defined('AMP_WORKER')) {
if (!self::$can_parallel && !defined('AMP_WORKER') || true) {
define('AMP_WORKER', 1);
}
$backtrace = debug_backtrace(0);