]> granicus.if.org Git - apache/commitdiff
Change the default depth and length of directories for mod_disk_cache to a depth...
authorPaul Querna <pquerna@apache.org>
Sun, 31 Dec 2006 02:17:39 +0000 (02:17 +0000)
committerPaul Querna <pquerna@apache.org>
Sun, 31 Dec 2006 02:17:39 +0000 (02:17 +0000)
Suggested By: noirin

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@491364 13f79535-47bb-0310-9956-ffa450edef68

modules/cache/mod_disk_cache.h

index df65841a01c3a77b8e61ee1b6be17e6e71d25fe3..71c0fc7c39c43fae502db312b41b9306417adbb5 100644 (file)
@@ -96,7 +96,7 @@ typedef struct disk_cache_object {
  */
 /* TODO: Make defaults OS specific */
 #define CACHEFILE_LEN 20        /* must be less than HASH_LEN/2 */
-#define DEFAULT_DIRLEVELS 3
+#define DEFAULT_DIRLEVELS 2
 #define DEFAULT_DIRLENGTH 2
 #define DEFAULT_MIN_FILE_SIZE 1
 #define DEFAULT_MAX_FILE_SIZE 1000000