Document the client-tag-lifetime default and add an example
authorFabian Keil <fk@fabiankeil.de>
Thu, 17 Mar 2016 18:21:09 +0000 (18:21 +0000)
committerFabian Keil <fk@fabiankeil.de>
Thu, 17 Mar 2016 18:21:09 +0000 (18:21 +0000)
doc/source/p-config.sgml

index d3ac922..2a6e911 100644 (file)
@@ -3,7 +3,7 @@
 
  Purpose     :  Used with other docs and files only.
 
- $Id: p-config.sgml,v 2.115 2016/03/17 10:43:20 fabiankeil Exp $
+ $Id: p-config.sgml,v 2.116 2016/03/17 10:43:29 fabiankeil Exp $
 
  Copyright (C) 2001-2016 Privoxy Developers http://www.privoxy.org/
  See LICENSE.
@@ -97,7 +97,7 @@
  Sample Configuration File for Privoxy &p-version;
 </title>
 <para>
- $Id: p-config.sgml,v 2.115 2016/03/17 10:43:20 fabiankeil Exp $
+ $Id: p-config.sgml,v 2.116 2016/03/17 10:43:29 fabiankeil Exp $
 </para>
 <para>
 Copyright (C) 2001-2016 Privoxy Developers http://www.privoxy.org/
@@ -3460,7 +3460,7 @@ forward-socks4, forward-socks4a, forward-socks5 and forward-socks5t</title>
  <varlistentry>
   <term>Default value:</term>
   <listitem>
-   <para>None</para>
+   <para>60</para>
   </listitem>
  </varlistentry>
  <varlistentry>
@@ -3486,6 +3486,17 @@ forward-socks4, forward-socks4a, forward-socks5 and forward-socks5t</title>
    </para>
   </listitem>
  </varlistentry>
+ <varlistentry>
+  <term>Examples:</term>
+  <listitem>
+   <para>
+    <screen>
+      # Increase the time to life for temporarily enabled tags to 3 minutes
+      client-tag-lifetime 180
+    </screen>
+   </para>
+  </listitem>
+ </varlistentry>
 </variablelist>
 </sect3>