From 06beda7c7cb44a2d8766c725581f3d7272e7febe Mon Sep 17 00:00:00 2001 From: andryyy Date: Mon, 21 Jun 2021 22:03:26 +0200 Subject: [PATCH] [Rspamd] Increase DNS timeout and retransmits --- data/conf/rspamd/local.d/options.inc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/data/conf/rspamd/local.d/options.inc b/data/conf/rspamd/local.d/options.inc index 4fbdfba7..a6d33945 100644 --- a/data/conf/rspamd/local.d/options.inc +++ b/data/conf/rspamd/local.d/options.inc @@ -3,7 +3,8 @@ dns { } map_watch_interval = 30s; dns { - timeout = 4s; - retransmits = 2; + timeout = 6s; + retransmits = 4; + sockets = 16; } disable_monitoring = true;