From dba57218e399b819d21f18920cb19b0733ef87de Mon Sep 17 00:00:00 2001 From: Benjamin Ooghe-Tabanou Date: Fri, 1 Oct 2021 18:42:28 +0200 Subject: [PATCH] this setting should really rather be set to False by default if it was missing --- hyphe_backend/lib/config_hci.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hyphe_backend/lib/config_hci.py b/hyphe_backend/lib/config_hci.py index cefe5ab0..9ac4562a 100644 --- a/hyphe_backend/lib/config_hci.py +++ b/hyphe_backend/lib/config_hci.py @@ -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: