1
0
mirror of https://github.com/mailcow/mailcow-dockerized.git synced 2024-12-12 10:45:14 +02:00

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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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