From 2ff595a02b88bddd50d0f0d2f99ebfeca9e8ef15 Mon Sep 17 00:00:00 2001 From: Michael Bishop Date: Tue, 31 Jul 2018 16:42:49 -0400 Subject: [PATCH] "work" -> "worker" --- docs/source/settings.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.