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;