1
0
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:
Mladen Turk
2004-09-17 08:00:20 +00:00
parent 79dda40ee6
commit b4442f1f73
2 changed files with 7 additions and 12 deletions

View File

@@ -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 {