From 7a66c4def3f86d87f3d7bd0aa763fe4b124a48b7 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Tue, 13 Aug 2019 12:22:29 +0200 Subject: Crawl time out is now a db parameter --- commonnet/settings.py | 1 - 1 file changed, 1 deletion(-) (limited to 'commonnet/settings.py') diff --git a/commonnet/settings.py b/commonnet/settings.py index 626055a..03e4710 100644 --- a/commonnet/settings.py +++ b/commonnet/settings.py @@ -105,7 +105,6 @@ DATA_UPLOAD_MAX_NUMBER_FIELDS = 5000 STATIC_URL = '/static/' STATIC_ROOT = os.path.join(BASE_DIR, "collected_static") -CRAWL_TIMEOUT = 30 # timeout for each website crawl in minutes NUMBER_PER_SESSION = 5000 try: -- cgit v1.2.3