From: Henrik Nordstrom Date: Wed, 1 Dec 2010 08:54:33 +0000 (+0100) Subject: Clarify max-size cache_dir option X-Git-Tag: take1~52 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=00a6e30a0fc3a8acc11f2ad21f090bc6b92fa502;p=thirdparty%2Fsquid.git Clarify max-size cache_dir option --- diff --git a/src/cf.data.pre b/src/cf.data.pre index 8a958044b3..12a48ea7ce 100644 --- a/src/cf.data.pre +++ b/src/cf.data.pre @@ -2714,8 +2714,8 @@ DOC_START no-store, no new objects should be stored to this cache_dir - max-size=n, refers to the max object size this storedir supports. - It is used to initially choose the storedir to dump the object. + max-size=n, refers to the max object size in bytes this cache_dir + supports. It is used to select the cache_dir to store the object. Note: To make optimal use of the max-size limits you should order the cache_dir lines with the smallest max-size value first and the ones with no max-size specification last.