Fix typo in --max-requests documentation (#1845)

This commit is contained in:
Michael Bishop 2018-08-01 14:47:57 -04:00 committed by Berker Peksag
parent 2ff595a02b
commit ec3c1dbd94

View File

@ -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.