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
-*- 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
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 =