Commit eaf19545 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Increase connect_timeout default from 0.7 to 3.5 seconds to make

room for a lost SYN or a slow test-box.
parent 1ca91d9d
...@@ -336,7 +336,7 @@ const struct parspec mgt_parspec[] = { ...@@ -336,7 +336,7 @@ const struct parspec mgt_parspec[] = {
"VCL can override this default value for each backend and " "VCL can override this default value for each backend and "
"backend request.", "backend request.",
0, 0,
"0.7", "s" }, "3.5", "s" },
{ "first_byte_timeout", tweak_timeout_double, { "first_byte_timeout", tweak_timeout_double,
&mgt_param.first_byte_timeout,0, UINT_MAX, &mgt_param.first_byte_timeout,0, UINT_MAX,
"Default timeout for receiving first byte from backend. " "Default timeout for receiving first byte from backend. "
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment