From: William A. Rowe Jr Date: Tue, 9 Feb 2010 04:27:23 +0000 (+0000) Subject: Let us be clearer about suggestions vs. necessity X-Git-Tag: 2.3.6~496 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c22700db7a8f76ce0c64ba4571d489aa05f25f61;p=thirdparty%2Fapache%2Fhttpd.git 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 --- diff --git a/include/ap_socache.h b/include/ap_socache.h index 99812e30ea4..d24455c5d0c 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; };