Reduce rspamd DNS timeout

Fixes #1957
This commit is contained in:
Michael Kuron
2018-10-29 19:55:24 +01:00
committed by GitHub
parent f8ff0afbc6
commit 4ee546c04a

View File

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