mirror of
https://github.com/dunglas/frankenphp.git
synced 2025-12-24 13:38:11 +08:00
Fix typo in the docs
This commit is contained in:
committed by
Kévin Dunglas
parent
255dd4b6d6
commit
35d4075c50
@@ -87,4 +87,4 @@ docker run \
|
||||
As PHP was not originally designed for long-running processes, there are still many libraries and legacy codes that leak memory.
|
||||
A workaround to using this type of code in worker mode is to restart the worker script after processing a certain number of requests:
|
||||
|
||||
The previous worker snippet allows configuring a maximum number of request to handle by setting thean environment variable named `MAX_REQUESTS`.
|
||||
The previous worker snippet allows configuring a maximum number of request to handle by setting an environment variable named `MAX_REQUESTS`.
|
||||
|
||||
Reference in New Issue
Block a user