summaryrefslogtreecommitdiff
path: root/commonnet
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2019-08-12 17:40:48 +0200
committerÉtienne Loks <etienne.loks@iggdrasil.net>2019-08-12 17:40:48 +0200
commit391cb54e98dc2c1661a4e0ae13739ed710297d02 (patch)
treef63a6c8186303c2e4f7ef050540171562c54a7af /commonnet
parent257a3dfd311a984414d84e8a846be025b219219a (diff)
downloadComm-on-net-391cb54e98dc2c1661a4e0ae13739ed710297d02.tar.bz2
Comm-on-net-391cb54e98dc2c1661a4e0ae13739ed710297d02.zip
Settings
Diffstat (limited to 'commonnet')
-rw-r--r--commonnet/settings.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/commonnet/settings.py b/commonnet/settings.py
index d50aff9..626055a 100644
--- a/commonnet/settings.py
+++ b/commonnet/settings.py
@@ -106,6 +106,7 @@ 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:
from .local_settings import *