From a465ac1fa4271e26bdc659aff32bb9ebeaae7922 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Tue, 20 Aug 2019 11:52:02 +0200 Subject: Slice crawls - add a crontab example --- commonnet/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'commonnet/settings.py') diff --git a/commonnet/settings.py b/commonnet/settings.py index 03e4710..6143b0f 100644 --- a/commonnet/settings.py +++ b/commonnet/settings.py @@ -105,7 +105,7 @@ DATA_UPLOAD_MAX_NUMBER_FIELDS = 5000 STATIC_URL = '/static/' STATIC_ROOT = os.path.join(BASE_DIR, "collected_static") -NUMBER_PER_SESSION = 5000 +NUMBER_PER_SESSION = 50 try: from .local_settings import * -- cgit v1.2.3