Add a configurable retry period for dead servers instead of the currently
hardcoded period of 5 seconds. The default is still 5 seconds.

* include/apr_memcache.h::struct apr_memcache_t:
    Add retry_period to struct.

* memcache/apr_memcache.c::apr_memcache_set_retry_period
    Added setter function for retry_period field

* memcache/apr_memcache.c::apr_memcache_get_retry_period
    Added getter function for retry_period field


git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@1910012 13f79535-47bb-0310-9956-ffa450edef68
2 files changed