From 9e913fa5724261785ab40d5545641c895aa8deac Mon Sep 17 00:00:00 2001 From: Francesco Chemolli <5175948+kinkie@users.noreply.github.com> Date: Tue, 14 Jan 2025 19:55:39 +0000 Subject: [PATCH] Bug 5091: document that changes to workers require restart (#1980) --- src/cf.data.pre | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/cf.data.pre b/src/cf.data.pre index db07d3f5f41..560573fac62 100644 --- a/src/cf.data.pre +++ b/src/cf.data.pre @@ -487,6 +487,9 @@ DOC_START In SMP mode, each worker does nearly all what a single Squid daemon does (e.g., listen on http_port and forward HTTP requests). + + Changing the number of workers requires a restart: Squid warns about but + otherwise ignores attempts to change this setting via reconfiguration. DOC_END NAME: cpu_affinity_map