]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Let us be clearer about suggestions vs. necessity
authorWilliam A. Rowe Jr <wrowe@apache.org>
Tue, 9 Feb 2010 04:27:23 +0000 (04:27 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Tue, 9 Feb 2010 04:27:23 +0000 (04:27 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@907927 13f79535-47bb-0310-9956-ffa450edef68

include/ap_socache.h

index 99812e30ea4b44933502f6b310a1c4b399b30965..d24455c5d0ce4b320c555b9188b2a26f1c9bfbbe 100644 (file)
@@ -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;
 };