svn commit: r1927870 - apr/apr/trunk/memcache

[email protected]
Newsgroups gmane.comp.apache.apr.cvs
Message-ID <175558633330.2131961.10425307140219981813@svn02-us-east.apache.org>
Author: rpluem
Date: Tue Aug 19 06:52:13 2025
New Revision: 1927870

Log:
* Fix comment

Modified:
   apr/apr/trunk/memcache/apr_memcache.c

Modified: apr/apr/trunk/memcache/apr_memcache.c
==============================================================================
--- apr/apr/trunk/memcache/apr_memcache.c	Tue Aug 19 06:45:02 2025	(r1927869)
+++ apr/apr/trunk/memcache/apr_memcache.c	Tue Aug 19 06:52:13 2025	(r1927870)
@@ -181,7 +181,7 @@ apr_memcache_find_server_hash_default(vo
 #if APR_HAS_THREADS
             apr_thread_mutex_lock(ms->lock);
 #endif
-            /* Try the dead server, every 5 seconds */
+            /* Try the dead server, every retry_period */
             if (curtime - ms->btime > mc->retry_period) {
                 ms->btime = curtime;
                 if (mc_version_ping(ms) == APR_SUCCESS) {
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.