]> granicus.if.org Git - apache/commitdiff
mod_cache_socache: Change average object size
authorRainer Jung <rjung@apache.org>
Sun, 5 Oct 2014 17:05:21 +0000 (17:05 +0000)
committerRainer Jung <rjung@apache.org>
Sun, 5 Oct 2014 17:05:21 +0000 (17:05 +0000)
hint from 32 bytes to 2048 bytes.

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

CHANGES
modules/cache/mod_cache_socache.c

diff --git a/CHANGES b/CHANGES
index fe2d60e6c65e6e61750bc5eedd0eb657f6e20ed5..f846b80ba3bb3023c0e3d216862de9acea3a8b36 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,9 @@
                                                          -*- coding: utf-8 -*-
 Changes with Apache 2.5.0
 
+  *) mod_cache_socache: Change average object size hint from 32 bytes to
+     2048 bytes.  [Rainer Jung]
+
   *) mod_cache_socache: Add cache status to server-status.  [Rainer Jung]
 
   *) mod_ssl: Move OCSP stapling information from a per-certificate store to
index 804df90fff13e48a8a0dc39c97dd3330f8f7eb7d..a6d80b55eb990c6ff96f7ff7a8c00968f819b24b 100644 (file)
@@ -1450,7 +1450,7 @@ static int socache_post_config(apr_pool_t *pconf, apr_pool_t *plog,
     apr_status_t rv;
     const char *errmsg;
     static struct ap_socache_hints socache_hints =
-    { 64, 32, 60000000 };
+    { 64, 2048, 60000000 };
 
     for (s = base_server; s; s = s->next) {
         cache_socache_conf *conf =