1
0
mirror of https://github.com/mailcow/mailcow-dockerized.git synced 2025-12-29 09:41:32 +00:00

[Rspamd] Reduce rspamd DNS timeout

Reduce rspamd DNS timeout
This commit is contained in:
André Peters
2018-10-29 20:54:59 +01:00
committed by GitHub

View File

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