From: wessels <> Date: Thu, 24 Sep 1998 03:21:05 +0000 (+0000) Subject: get the order right for quick_abort X-Git-Tag: SQUID_3_0_PRE1~2652 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1b2f5c2f91e5c360984fc64d67c6e8003b4d609d;p=thirdparty%2Fsquid.git get the order right for quick_abort --- diff --git a/src/cf.data.pre b/src/cf.data.pre index a5fe3600a7..a11683e5ed 100644 --- a/src/cf.data.pre +++ b/src/cf.data.pre @@ -1,6 +1,6 @@ # -# $Id: cf.data.pre,v 1.114 1998/09/23 15:56:53 wessels Exp $ +# $Id: cf.data.pre,v 1.115 1998/09/23 21:21:05 wessels Exp $ # # # SQUID Internet Object Cache http://squid.nlanr.net/Squid/ @@ -1096,18 +1096,18 @@ DEFAULT: -1 kb LOC: Config.quickAbort.min DOC_NONE -NAME: quick_abort_pct -COMMENT: (percent) -TYPE: int -DEFAULT: 0 -LOC: Config.quickAbort.pct -DOC_NONE - NAME: quick_abort_max COMMENT: (KB) TYPE: kb_size_t DEFAULT: 0 kb LOC: Config.quickAbort.max +DOC_NONE + +NAME: quick_abort_pct +COMMENT: (percent) +TYPE: int +DEFAULT: 0 +LOC: Config.quickAbort.pct DOC_START The cache can be configured to continue downloading aborted requests. This may be undesirable on slow (e.g. SLIP) links @@ -1123,15 +1123,15 @@ DOC_START it will finish the retrieval. Setting 'quick_abort_min' to -1 will disable the quick_abort feature. - If more than 'quick_abort_pct' of the transfer has completed, - it will finish the retrieval. - If the transfer has more than 'quick_abort_max' KB remaining, it will abort the retrieval. + If more than 'quick_abort_pct' of the transfer has completed, + it will finish the retrieval. + quick_abort_min -1 KB -quick_abort_pct 0 quick_abort_max 0 KB +quick_abort_pct 0 DOC_END