[Rspamd] Increase DNS timeout and retransmits

master
andryyy 2021-06-21 22:03:26 +02:00
parent f7fd0d8c7c
commit 06beda7c7c
No known key found for this signature in database
GPG Key ID: 8EC34FF2794E25EF
1 changed files with 3 additions and 2 deletions

View File

@ -3,7 +3,8 @@ dns {
} }
map_watch_interval = 30s; map_watch_interval = 30s;
dns { dns {
timeout = 4s; timeout = 6s;
retransmits = 2; retransmits = 4;
sockets = 16;
} }
disable_monitoring = true; disable_monitoring = true;