From 59df5f0e12ababbbbc07afb98fcdcdfa54f2210c Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Tue, 2 Oct 2018 14:17:58 +0200 Subject: [PATCH] chg: [config] Tor crawler disabled by default in sample configuration (to match HOWTO when enabling it) --- bin/packages/config.cfg.sample | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/packages/config.cfg.sample b/bin/packages/config.cfg.sample index c30fa071..14d6fec8 100644 --- a/bin/packages/config.cfg.sample +++ b/bin/packages/config.cfg.sample @@ -237,7 +237,7 @@ port = 6381 db = 0 [Crawler] -activate_crawler = True +activate_crawler = False crawler_depth_limit = 1 splash_url_onion = http://127.0.0.1 splash_onion_port = 8050-8052