Browse Source

Reduce rspamd DNS timeout

Fixes #1957
Michael Kuron 6 years ago
parent
commit
4ee546c04a
1 changed files with 2 additions and 2 deletions
  1. 2 2
      data/conf/rspamd/local.d/options.inc

+ 2 - 2
data/conf/rspamd/local.d/options.inc

@@ -3,7 +3,7 @@ dns {
 }
 }
 map_watch_interval = 30s;
 map_watch_interval = 30s;
 dns {
 dns {
-  timeout = 15s;
-  retransmits = 5;
+  timeout = 4s;
+  retransmits = 2;
 }
 }
 disable_monitoring = true;
 disable_monitoring = true;