]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Clarify max-size cache_dir option
authorHenrik Nordstrom <henrik@henriknordstrom.net>
Wed, 1 Dec 2010 08:54:33 +0000 (09:54 +0100)
committerHenrik Nordstrom <henrik@henriknordstrom.net>
Wed, 1 Dec 2010 08:54:33 +0000 (09:54 +0100)
src/cf.data.pre

index 8a958044b37d3f8b88a400627a8af5f6acf77eaf..12a48ea7ceac7c2838da46433491d7c97c048d4a 100644 (file)
@@ -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.