Commit 91d00396 authored by Kristian Lyngstøl's avatar Kristian Lyngstøl

Document .initial


git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@4551 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent 7e5c0c3f
......@@ -171,6 +171,9 @@ is how many of the latest polls we examine, while
.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 @@ backend www {
.timeout = 0.3 s;
.window = 8;
.threshold = 3;
.initial = 3;
}
}
.Ed
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment