mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
Fix typo in --max-requests documentation (#1845)
This commit is contained in:
parent
2ff595a02b
commit
ec3c1dbd94
@ -686,7 +686,7 @@ class MaxRequests(Setting):
|
||||
desc = """\
|
||||
The maximum number of requests a worker will process before restarting.
|
||||
|
||||
Any value greater than zero will limit the number of requests a work
|
||||
Any value greater than zero will limit the number of requests a worker
|
||||
will process before automatically restarting. This is a simple method
|
||||
to help limit the damage of memory leaks.
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user