Skip to content

Commit

Permalink
Fix typo in the docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jdreesen authored and dunglas committed Oct 31, 2023
1 parent 255dd4b commit 35d4075
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/worker.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.

0 comments on commit 35d4075

Please sign in to comment.