Parallel bugfix
This commit is contained in:
parent
df24fa4611
commit
d0829a6f96
@ -110,7 +110,7 @@ class Magic
|
||||
}
|
||||
}
|
||||
} while (true);
|
||||
} catch (\Exception $e) {
|
||||
} catch (\Throwable $e) {
|
||||
}
|
||||
if (!self::$can_parallel && !defined('AMP_WORKER')) {
|
||||
define('AMP_WORKER', 1);
|
||||
|
Loading…
Reference in New Issue
Block a user