From: Vsevolod Stakhov Date: Fri, 20 Dec 2013 15:55:42 +0000 (+0000) Subject: Reflect option in the default config. X-Git-Tag: 0.6.5~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8080d057dbc1290956bdb3bc31db1455aad9eb35;p=thirdparty%2Frspamd.git Reflect option in the default config. --- diff --git a/conf/options.conf b/conf/options.conf index 841372ec23..1dd1ebfb82 100644 --- a/conf/options.conf +++ b/conf/options.conf @@ -6,6 +6,7 @@ options { raw_mode = false; one_shot = false; dns_timeout = 1s; + dns_sockets = 16; dns_retransmits = 5; cache_file = "$DBDIR/symbols.cache"; map_watch_interval = 1min;