Do not enable AMPHP multiprocessing
This commit is contained in:
parent
b4cecd9fbd
commit
ef4d176cbd
@ -116,7 +116,7 @@ class Magic
|
|||||||
} catch (\Throwable $e) {
|
} catch (\Throwable $e) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (!self::$can_parallel && !defined('AMP_WORKER')) {
|
if (!self::$can_parallel && !defined('AMP_WORKER') || true) {
|
||||||
define('AMP_WORKER', 1);
|
define('AMP_WORKER', 1);
|
||||||
}
|
}
|
||||||
$backtrace = debug_backtrace(0);
|
$backtrace = debug_backtrace(0);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user