[Privoxy-commits] [privoxy] 02/13: Update the max-client-connections documentation

User Git git at git.privoxy.org
Sat Apr 10 19:08:04 UTC 2021


This is an automated email from the git hooks/post-receive script.

git pushed a commit to branch master
in repository privoxy.

commit c3cac1ed13405f60967359a06bd0e0a7dbb3d594
Author: Lee <ler762 at users.sourceforge.net>
AuthorDate: Sat Apr 10 11:16:42 2021 -0400

    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.
---
 doc/source/p-config.sgml | 7 +------
 1 file changed, 1 insertion(+), 6 deletions(-)

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.

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Privoxy-commits mailing list