Re: Hard coded time value in apr_memcache.c

2023-05-10 Thread Christophe JAILLET
Le 10/05/2023 à 17:20, Ruediger Pluem a écrit : I am a little bit bothered by the following hardcoded time in memcache/apr_memcache.c::apr_memcache_find_server_hash_default if (curtime - ms->btime > apr_time_from_sec(5)) { ms->btime = curtime; if

Hard coded time value in apr_memcache.c

2023-05-10 Thread Ruediger Pluem
I am a little bit bothered by the following hardcoded time in memcache/apr_memcache.c::apr_memcache_find_server_hash_default if (curtime - ms->btime > apr_time_from_sec(5)) { ms->btime = curtime; if (mc_version_ping(ms) == APR_SUCCESS) {