diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2019-08-20 11:52:02 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2019-08-20 11:52:02 +0200 |
commit | a465ac1fa4271e26bdc659aff32bb9ebeaae7922 (patch) | |
tree | ef091e8bae6c6c69677e0b869e907c552824c40d /commonnet | |
parent | 01d72fa7c94359049e2a7beb068167cb7f047805 (diff) | |
download | Comm-on-net-a465ac1fa4271e26bdc659aff32bb9ebeaae7922.tar.bz2 Comm-on-net-a465ac1fa4271e26bdc659aff32bb9ebeaae7922.zip |
Slice crawls - add a crontab example
Diffstat (limited to 'commonnet')
-rw-r--r-- | commonnet/settings.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 * |