v.23.11Improvement
Fix DNS Configuration and Enhance HTTP Keep-Alive Timeout
The value for dns_max_consecutive_failures was changed by mistake in #46550 - this is reverted and adjusted to a better value. Also, increased the HTTP keep-alive timeout to a reasonable value from production. #56485 (Alexey Milovidov).Why it matters
The update fixes an unintended change to thedns_max_consecutive_failures parameter introduced in a previous issue, improving stability by setting it to a proper value. Additionally, increasing the HTTP keep-alive timeout enhances connection reuse efficiency, which improves performance and resource utilization in production environments.