From 4ee546c04a8ecefa1d9f047ac944a8dd6d80545b Mon Sep 17 00:00:00 2001 From: Michael Kuron Date: Mon, 29 Oct 2018 19:55:24 +0100 Subject: [PATCH] Reduce rspamd DNS timeout Fixes #1957 --- data/conf/rspamd/local.d/options.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/conf/rspamd/local.d/options.inc b/data/conf/rspamd/local.d/options.inc index 32f8dd9c..4fbdfba7 100644 --- a/data/conf/rspamd/local.d/options.inc +++ b/data/conf/rspamd/local.d/options.inc @@ -3,7 +3,7 @@ dns { } map_watch_interval = 30s; dns { - timeout = 15s; - retransmits = 5; + timeout = 4s; + retransmits = 2; } disable_monitoring = true;