Skip to content

Commit

Permalink
this setting should really rather be set to False by default if it wa…
Browse files Browse the repository at this point in the history
…s missing
  • Loading branch information
boogheta committed Oct 1, 2021
1 parent 08f3574 commit dba5721
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hyphe_backend/lib/config_hci.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def load_config():
'port': conf['mongo-scrapy']['proxy_port']
}
if 'store_crawled_html_content' not in conf['mongo-scrapy']:
conf['mongo-scrapy']['store_crawled_html_content'] = True
conf['mongo-scrapy']['store_crawled_html_content'] = False

# Set default creation rules if missing
if "defaultCreationRule" not in conf:
Expand Down

0 comments on commit dba5721

Please sign in to comment.