Hi FrankenPHP Team, I might be wrong but I might have found a typo in the docs of worker mode of FrankenPHP #453
alexandreelise
started this conversation in
General
Replies: 1 comment 4 replies
-
|
I think you might be right. Moreover, am I wrong to think that the 2nd clause But perhaps I, too, am missing something. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi Kevin,
https://github.com/dunglas/frankenphp/blob/2055142904ec6e6003240873a7ade7dc54e4b6b9/docs/worker.md?plain=1#L83
I might be wrong but it seems that it should be
++$nbRequests <= $_SERVER['MAX_REQUESTS']because it seems you want to break out of the loop when max requests is reached. But I might miss something.Beta Was this translation helpful? Give feedback.
All reactions