--------------------- PatchSet 7472 Date: 2008/03/16 14:58:45 Author: chtsanti Branch: async-calls Tag: (none) Log: Change the default value of the assert_burst_max configuration parameter to "0" Members: src/cf.data.pre:1.155.4.4->1.155.4.5 Index: squid3/src/cf.data.pre =================================================================== RCS file: /cvsroot/squid-sf//squid3/src/cf.data.pre,v retrieving revision 1.155.4.4 retrieving revision 1.155.4.5 diff -u -r1.155.4.4 -r1.155.4.5 --- squid3/src/cf.data.pre 23 Feb 2008 10:31:18 -0000 1.155.4.4 +++ squid3/src/cf.data.pre 16 Mar 2008 14:58:45 -0000 1.155.4.5 @@ -1,6 +1,6 @@ # -# $Id: cf.data.pre,v 1.155.4.4 2008/02/23 10:31:18 chtsanti Exp $ +# $Id: cf.data.pre,v 1.155.4.5 2008/03/16 14:58:45 chtsanti Exp $ # # SQUID Web Proxy Cache http://www.squid-cache.org/ # ---------------------------------------------------------- @@ -5612,13 +5612,14 @@ NAME: assert_burst_max TYPE: int LOC: Config.assert_burst_max -DEFAULT: 100 +DEFAULT: 0 DOC_START - When this is set to a possitive number then Squid will abort - if an assertions burst exceeds this number. - If set to zero, the first assertion aborts Squid, giving users - the old behavior. If set to a negative number, there is no - limit. + When this is set to a possitive number then Squid will try to + survive from assertions if possible and will die only if an + assertions burst exceeds this number. + If set to zero (default), the first assertion aborts Squid, + giving users the old behavior. If set to a negative number, + there is no limit. An asssertions burst defined as the number of assertions per single Squid main loop iteration. WARNING! This is an experimental feature and the definition