[Rspamd] Reduce rspamd DNS timeout

Reduce rspamd DNS timeout
master
André Peters 2018-10-29 20:54:59 +01:00 committed by GitHub
commit c58697a435
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

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