You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by wr...@apache.org on 2010/02/09 05:27:24 UTC

svn commit: r907927 - /httpd/httpd/trunk/include/ap_socache.h

Author: wrowe
Date: Tue Feb  9 04:27:23 2010
New Revision: 907927

URL: http://svn.apache.org/viewvc?rev=907927&view=rev
Log:
Let us be clearer about suggestions vs. necessity

Modified:
    httpd/httpd/trunk/include/ap_socache.h

Modified: httpd/httpd/trunk/include/ap_socache.h
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/include/ap_socache.h?rev=907927&r1=907926&r2=907927&view=diff
==============================================================================
--- httpd/httpd/trunk/include/ap_socache.h (original)
+++ httpd/httpd/trunk/include/ap_socache.h Tue Feb  9 04:27:23 2010
@@ -54,8 +54,7 @@
     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;
 };