From 8080d057dbc1290956bdb3bc31db1455aad9eb35 Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Fri, 20 Dec 2013 15:55:42 +0000 Subject: [PATCH] Reflect option in the default config. --- conf/options.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/conf/options.conf b/conf/options.conf index 841372ec2..1dd1ebfb8 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; -- 2.39.5