mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2024-12-12 10:45:14 +02:00
[Rspamd] Increase DNS timeout and retransmits
This commit is contained in:
parent
f7fd0d8c7c
commit
06beda7c7c
@ -3,7 +3,8 @@ dns {
|
||||
}
|
||||
map_watch_interval = 30s;
|
||||
dns {
|
||||
timeout = 4s;
|
||||
retransmits = 2;
|
||||
timeout = 6s;
|
||||
retransmits = 4;
|
||||
sockets = 16;
|
||||
}
|
||||
disable_monitoring = true;
|
||||
|
Loading…
Reference in New Issue
Block a user