From 37036fde028b0c1c5f9db06b71bbd4bc9a287e51 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Wed, 7 Aug 2019 22:30:21 +0200 Subject: Manage timeout --- commonnet/settings.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'commonnet/settings.py') diff --git a/commonnet/settings.py b/commonnet/settings.py index 40e3335..d2048b2 100644 --- a/commonnet/settings.py +++ b/commonnet/settings.py @@ -121,6 +121,8 @@ DATA_UPLOAD_MAX_NUMBER_FIELDS = 5000 STATIC_URL = '/static/' +CRAWL_TIMEOUT = 30 # timeout for each website crawl in minutes + try: from .local_settings import * except ImportError: -- cgit v1.2.3