From: adrian <> Date: Sun, 17 Sep 2000 15:01:34 +0000 (+0000) Subject: Add missing DNS poll socket defaults, which reduce the number of poll() X-Git-Tag: SQUID_3_0_PRE1~1855 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=afc28c1268c525c0b5c00986bec2c2dabc1a2ee0;p=thirdparty%2Fsquid.git Add missing DNS poll socket defaults, which reduce the number of poll() calls on the DNS socket by default (since it was defaulting to 0) . Noticed by: Andres Kroonmaa --- diff --git a/src/cf.data.pre b/src/cf.data.pre index a50bea341d..239fb9b1c8 100644 --- a/src/cf.data.pre +++ b/src/cf.data.pre @@ -1,6 +1,6 @@ # -# $Id: cf.data.pre,v 1.196 2000/08/30 19:17:29 hno Exp $ +# $Id: cf.data.pre,v 1.197 2000/09/17 09:01:34 adrian Exp $ # # # SQUID Internet Object Cache http://squid.nlanr.net/Squid/ @@ -2904,12 +2904,24 @@ DEFAULT: 4 LOC: Config.comm_incoming.http_average DOC_NONE +NAME: incoming_dns_average +TYPE: int +DEFAULT: 4 +LOC: Config.comm_incoming.dns_average +DOC_NONE + NAME: min_icp_poll_cnt TYPE: int DEFAULT: 8 LOC: Config.comm_incoming.icp_min_poll DOC_NONE +NAME: min_dns_poll_cnt +TYPE: int +DEFAULT: 8 +LOC: Config.comm_incoming.dns_min_poll +DOC_NONE + NAME: min_http_poll_cnt TYPE: int DEFAULT: 8