]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/cf.data.pre
MODIO_1 commit. This change (including documentation) implements a more
[thirdparty/squid.git] / src / cf.data.pre
index 9389574d1046bebaf56beb5092be9c9034e90abe..79d0f4bdd2d18dd70fcb0e1d7e31ee65d5b95e19 100644 (file)
@@ -1,6 +1,6 @@
 
 #
-# $Id: cf.data.pre,v 1.178 2000/05/02 21:38:12 hno Exp $
+# $Id: cf.data.pre,v 1.179 2000/05/03 17:15:41 adrian Exp $
 #
 #
 # SQUID Internet Object Cache  http://squid.nlanr.net/Squid/
@@ -588,12 +588,12 @@ COMMENT_END
 NAME: cache_dir
 TYPE: cachedir
 DEFAULT: none
-DEFAULT_IF_NONE: ufs @DEFAULT_SWAP_DIR@ 100 16 256
+DEFAULT_IF_NONE: ufs -1 @DEFAULT_SWAP_DIR@ 100 16 256
 LOC: Config.cacheSwap
 DOC_START
        Usage:
        
-       cache_dir Type Directory-Name Mbytes Level-1 Level2
+       cache_dir Type Maxobjsize Directory-Name Mbytes Level-1 Level2
 
        You can specify multiple cache_dir lines to spread the
        cache among different disk partitions.
@@ -604,6 +604,10 @@ DOC_START
        want to try "asyncufs" as the type.  Async IO support may be
        buggy, however, so beware.
 
+       Maxobjsize refers to the max object size this storedir supports.
+       It is used to initially choose the storedir to dump the object.
+       -1 means 'any size'.
+
        'Directory' is a top-level directory where cache swap
        files will be stored.  If you want to use an entire disk
        for caching, then this can be the mount-point directory.
@@ -1872,6 +1876,9 @@ DOC_START
        default is `0' which disables sending the announcement
        messages.
 
+       To enable announcing your cache, just uncomment the line
+       below.
+
 NOCOMMENT_START
 #To enable announcing your cache, just uncomment the line below.
 #announce_period 1 day