Changeset 4551 for trunk/varnish-cache/man
- Timestamp:
- 02/10/10 16:23:34 (6 months ago)
- Files:
-
- 1 modified
-
trunk/varnish-cache/man/vcl.7so (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/varnish-cache/man/vcl.7so
r4435 r4551 172 172 is how many of those must have succeeded for us to consider the 173 173 backend healthy. 174 .Fa .initial 175 is how many of the probes are considered good when Varnish starts - 176 defaults to the same amount as the threshold. 174 177 .Bd -literal -offset 4n 175 178 backend www { … … 181 184 .window = 8; 182 185 .threshold = 3; 186 .initial = 3; 183 187 } 184 188 }
