Show
Ignore:
Timestamp:
02/10/10 16:23:34 (6 months ago)
Author:
kristian
Message:

Document .initial

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/varnish-cache/man/vcl.7so

    r4435 r4551  
    172172is how many of those must have succeeded for us to consider the 
    173173backend healthy. 
     174.Fa .initial 
     175is how many of the probes are considered good when Varnish starts - 
     176defaults to the same amount as the threshold. 
    174177.Bd -literal -offset 4n 
    175178backend www { 
     
    181184        .window = 8; 
    182185        .threshold = 3; 
     186        .initial = 3; 
    183187    } 
    184188}