From 1954fb63f1d60098b51e03d880c262feb1dbd347 Mon Sep 17 00:00:00 2001 From: Theo Bascoul Date: Mon, 18 Mar 2024 16:14:14 +0100 Subject: [PATCH] update example_config with latest settings --- examples/example_config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/example_config.py b/examples/example_config.py index 5a399a49..59288242 100644 --- a/examples/example_config.py +++ b/examples/example_config.py @@ -175,7 +175,7 @@ proc_name = None # # pre_fork - Called just prior to forking the worker subprocess. # -# A callable that accepts the same arguments as after_fork +# A callable that accepts the same arguments as post_fork # # pre_exec - Called just prior to forking off a secondary # master process during things like config reloading.