Update the max-client-connections documentation
authorLee <ler762@users.sourceforge.net>
Sat, 10 Apr 2021 15:16:42 +0000 (11:16 -0400)
committerLee <ler762@users.sourceforge.net>
Sat, 10 Apr 2021 15:16:42 +0000 (11:16 -0400)
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.

doc/source/p-config.sgml

index 45065df..5398587 100644 (file)
@@ -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.