From 306fdbe4bafcfa76339f2495d12919c685a9236a Mon Sep 17 00:00:00 2001 From: Magnus Tullberg Date: Thu, 23 Sep 2021 11:12:28 +0200 Subject: [PATCH] Add max-worker-lifetime-delta to docs I found max-worker-lifetime-delta had been added, but found no trace of it in the Options.rst * https://github.com/unbit/uwsgi/pull/2021/files * https://github.com/unbit/uwsgi/issues/2020 * https://github.com/unbit/uwsgi/blob/master/core/master_checks.c * https://github.com/unbit/uwsgi/blob/master/core/uwsgi.c --- Options.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/Options.rst b/Options.rst index db3f0cbd..0031a124 100644 --- a/Options.rst +++ b/Options.rst @@ -2201,6 +2201,16 @@ max-worker-lifetime +max-worker-lifetime-delta +******************* +``argument``: required_argument + +``parser``: uwsgi_opt_set_64bit + +``help``: add (worker_id * delta) to the max_worker_lifetime value of each worker + + + socket-timeout ************** ``argument``: required_argument