r4551 - trunk/varnish-cache/man

kristian at projects.linpro.no kristian at projects.linpro.no
Wed Feb 10 16:23:34 CET 2010


Author: kristian
Date: 2010-02-10 16:23:34 +0100 (Wed, 10 Feb 2010)
New Revision: 4551

Modified:
   trunk/varnish-cache/man/vcl.7so
Log:
Document .initial


Modified: trunk/varnish-cache/man/vcl.7so
===================================================================
--- trunk/varnish-cache/man/vcl.7so	2010-02-10 13:46:44 UTC (rev 4550)
+++ trunk/varnish-cache/man/vcl.7so	2010-02-10 15:23:34 UTC (rev 4551)
@@ -171,6 +171,9 @@
 .Fa .threshold
 is how many of those must have succeeded for us to consider the
 backend healthy.
+.Fa .initial
+is how many of the probes are considered good when Varnish starts -
+defaults to the same amount as the threshold.
 .Bd -literal -offset 4n
 backend www {
     .host = "www.example.com";
@@ -180,6 +183,7 @@
         .timeout = 0.3 s;
 	.window = 8;
 	.threshold = 3;
+	.initial = 3;
     }
 }
 .Ed



More information about the varnish-commit mailing list