<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<style type="text/css" style="display:none;"><!-- P {margin-top:0;margin-bottom:0;} --></style>
</head>
<body dir="ltr">
<div id="divtagdefaultwrapper" style="font-size:12pt;color:#000000;font-family:Calibri,Arial,Helvetica,sans-serif;" dir="ltr">
<p></p>
<div>I have the following cache_peer settings in squid.conf, it works fine but I found when the interval of every request is more than 55 seconds or so, the request will only be forwarded to the last parent(p3), I think this is because the counter being reset
 by squid if there is no new request for about 55 seconds, anyone know how to increase this value? Many thanks.</div>
<div><br>
</div>
<div>cache_peer 192.168.1.100 parent 3128 weight=5 no-query name=p1 round-robin</div>
<div>cache_peer 192.168.1.101 parent 3128 weight=5 no-query name=p2 round-robin</div>
<div>cache_peer 192.168.1.102 parent 3128 weight=5 no-query name=p3 round-robin</div>
<br>
<p></p>
</div>
</body>
</html>