summaryrefslogtreecommitdiff
path: root/commonnet
diff options
context:
space:
mode:
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 *