summaryrefslogtreecommitdiff
path: root/commonnet/settings.py
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2019-08-13 12:22:29 +0200
committerÉtienne Loks <etienne.loks@iggdrasil.net>2019-08-13 12:22:29 +0200
commit7a66c4def3f86d87f3d7bd0aa763fe4b124a48b7 (patch)
tree6f01b83665230d6378a607c81cce821c025d1b16 /commonnet/settings.py
parent00d0be457177da30ee5c83456e0ffac58aed497a (diff)
downloadComm-on-net-7a66c4def3f86d87f3d7bd0aa763fe4b124a48b7.tar.bz2
Comm-on-net-7a66c4def3f86d87f3d7bd0aa763fe4b124a48b7.zip
Crawl time out is now a db parameter
Diffstat (limited to 'commonnet/settings.py')
-rw-r--r--commonnet/settings.py1
1 files changed, 0 insertions, 1 deletions
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: