mirror of
https://github.com/apache/httpd.git
synced 2025-08-08 15:02:10 +03:00
Make worker retry algorithm much simpler removing incremental
timeout increase. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105177 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -231,6 +231,8 @@ struct proxy_conn_pool {
|
||||
|
||||
#define PROXY_WORKER_IS_USABLE(f) (!((f)->status & 0x00F0))
|
||||
|
||||
/* default worker retry timeout in seconds */
|
||||
#define PROXY_WORKER_DEFAULT_RETRY 60
|
||||
|
||||
/* Worker configuration */
|
||||
struct proxy_worker {
|
||||
|
Reference in New Issue
Block a user