From: Paul Querna Date: Sun, 31 Dec 2006 02:17:39 +0000 (+0000) Subject: Change the default depth and length of directories for mod_disk_cache to a depth... X-Git-Tag: 2.3.0~1949 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=832c80e502667121c68df31db3eb9e85466a4027;p=apache Change the default depth and length of directories for mod_disk_cache to a depth of 2, and a length of 2. Suggested By: noirin git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@491364 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/cache/mod_disk_cache.h b/modules/cache/mod_disk_cache.h index df65841a01..71c0fc7c39 100644 --- a/modules/cache/mod_disk_cache.h +++ b/modules/cache/mod_disk_cache.h @@ -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