mirror of
https://github.com/ail-project/ail-framework.git
synced 2024-11-10 00:28:22 +00:00
chg: [config] Tor crawler disabled by default in sample configuration
(to match HOWTO when enabling it)
This commit is contained in:
parent
dd34382721
commit
59df5f0e12
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue