summaryrefslogtreecommitdiff
path: root/include/ap_socache.h
diff options
context:
space:
mode:
authorWilliam A. Rowe Jr <wrowe@apache.org>2010-02-09 04:27:23 +0000
committerWilliam A. Rowe Jr <wrowe@apache.org>2010-02-09 04:27:23 +0000
commitc22700db7a8f76ce0c64ba4571d489aa05f25f61 (patch)
tree342653dc586ff033ebb38a93d1f81225895d94f5 /include/ap_socache.h
parentd633f7e8e9f63e0a101be906b51fd4ac17433f1a (diff)
downloadhttpd-c22700db7a8f76ce0c64ba4571d489aa05f25f61.tar.gz
Let us be clearer about suggestions vs. necessity
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@907927 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include/ap_socache.h')
-rw-r--r--include/ap_socache.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/ap_socache.h b/include/ap_socache.h
index 99812e30ea..d24455c5d0 100644
--- a/include/ap_socache.h
+++ b/include/ap_socache.h
@@ -54,8 +54,7 @@ struct ap_socache_hints {
apr_size_t avg_id_len;
/** Approximate average size of objects: */
apr_size_t avg_obj_size;
- /** Interval after which an expiry run is
- * necessary. */
+ /** Suggested interval between expiry cleanup runs; */
apr_interval_time_t expiry_interval;
};