From: Lee <ler762@users.sourceforge.net>
Date: Sat, 10 Apr 2021 15:16:42 +0000 (-0400)
Subject: Update the max-client-connections documentation
X-Git-Tag: v_3_0_33~96
X-Git-Url: http://www.privoxy.org/gitweb/%22https:/developer-manual/user-manual/faq/static/@default-cgi@toggle?a=commitdiff_plain;h=c3cac1ed13405f60967359a06bd0e0a7dbb3d594;p=privoxy.git

Update the max-client-connections documentation

The default value for max-client-connections is 128, so there is no
"Effect if unset:".  The value is 128 or whatever the user specified in
the config file.
---

diff --git a/doc/source/p-config.sgml b/doc/source/p-config.sgml
index 45065dfa..53985876 100644
--- a/doc/source/p-config.sgml
+++ b/doc/source/p-config.sgml
@@ -3136,16 +3136,11 @@ forward-socks4, forward-socks4a, forward-socks5 and forward-socks5t</title>
   </listitem>
  </varlistentry>
  <varlistentry>
-  <term>Effect if unset:</term>
+  <term>Notes:</term>
   <listitem>
    <para>
     Connections are served until a resource limit is reached.
    </para>
-  </listitem>
- </varlistentry>
- <varlistentry>
-  <term>Notes:</term>
-  <listitem>
    <para>
     &my-app; creates one thread (or process) for every incoming client
     connection that isn't rejected based on the access control settings.