From 6e26f92bab50d84d0bd0fd884c68a5232dc7d70e Mon Sep 17 00:00:00 2001 From: Remi Gacogne Date: Wed, 24 Mar 2021 13:45:38 +0100 Subject: [PATCH] dnsdist: Revert the backend's default TCP read and write timeouts --- pdns/dnsdist.hh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pdns/dnsdist.hh b/pdns/dnsdist.hh index 9c8405cf63..b008212ae0 100644 --- a/pdns/dnsdist.hh +++ b/pdns/dnsdist.hh @@ -921,8 +921,8 @@ struct DownstreamState int order{1}; int weight{1}; int tcpConnectTimeout{5}; - int tcpRecvTimeout{5}; - int tcpSendTimeout{5}; + int tcpRecvTimeout{30}; + int tcpSendTimeout{30}; unsigned int checkInterval{1}; unsigned int lastCheck{0}; const unsigned int sourceItf{0}; -- 2.47.2