diff --git a/docs/source/settings.rst b/docs/source/settings.rst index 5665e534..b77983c6 100644 --- a/docs/source/settings.rst +++ b/docs/source/settings.rst @@ -1235,7 +1235,7 @@ max_requests 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.