We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec3d242 commit e8207c4Copy full SHA for e8207c4
src/Context/ForkContext.php
@@ -78,7 +78,7 @@ public static function start(
78
}
79
80
// Child
81
- \define("AMP_CONTEXT", "parallel");
+ \define("AMP_CONTEXT", "fork");
82
\define("AMP_CONTEXT_ID", \getmypid());
83
84
if (\is_string($script)) {
0 commit comments