summaryrefslogtreecommitdiff
path: root/example_project/settings.py
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2019-03-19 19:29:50 +0100
committerÉtienne Loks <etienne.loks@iggdrasil.net>2019-06-17 13:21:27 +0200
commit01ae8944b920f2a8d3204cf8e4cbb4721c7f74b9 (patch)
tree706eeda5cdb1258cdf0267ad3c5d5ec86bdaacff /example_project/settings.py
parent92926de96ad9422a989a14178dc813d9b07cb811 (diff)
downloadIshtar-01ae8944b920f2a8d3204cf8e4cbb4721c7f74b9.tar.bz2
Ishtar-01ae8944b920f2a8d3204cf8e4cbb4721c7f74b9.zip
Manage import in background mode
Diffstat (limited to 'example_project/settings.py')
-rw-r--r--example_project/settings.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/example_project/settings.py b/example_project/settings.py
index 3ffea90b9..168f17b06 100644
--- a/example_project/settings.py
+++ b/example_project/settings.py
@@ -19,7 +19,8 @@ if "test" in sys.argv:
IMAGE_MAX_SIZE = (1280, 960) # put None if no resizing
THUMB_MAX_SIZE = (600, 600)
-DISABLE_TASK_TIMEOUT = False
+# DISABLE_TASK_TIMEOUT = False # problematic for now
+DISABLE_TASK_TIMEOUT = True
CACHE_TASK_TIMEOUT = 4
CACHE_SMALLTIMEOUT = 60
CACHE_TIMEOUT = 3600