summaryrefslogtreecommitdiff
path: root/example_project
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2017-04-05 11:33:54 +0200
committerÉtienne Loks <etienne.loks@iggdrasil.net>2017-04-05 11:33:54 +0200
commit2e512bc9dffca5624342aa75ca01b3ff7f390141 (patch)
tree21976a27b67c98aa1a79a63f190d06dd489b89ec /example_project
parent3a5dbf688d058bd39aaae308cd7224ddd42c7890 (diff)
downloadIshtar-2e512bc9dffca5624342aa75ca01b3ff7f390141.tar.bz2
Ishtar-2e512bc9dffca5624342aa75ca01b3ff7f390141.zip
Warehouse sheet: provide statistics (refs #3398)
- Number of finds (total and by places) - Number of container (total and by places)
Diffstat (limited to 'example_project')
-rw-r--r--example_project/settings.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/example_project/settings.py b/example_project/settings.py
index efbf0297a..78d97f0ae 100644
--- a/example_project/settings.py
+++ b/example_project/settings.py
@@ -18,7 +18,7 @@ if "test" in sys.argv:
IMAGE_MAX_SIZE = (1024, 768)
THUMB_MAX_SIZE = (300, 300)
-CACHE_SMALLTIMEOUT = 120
+CACHE_SMALLTIMEOUT = 60
CACHE_TIMEOUT = 3600
CACHE_BACKEND = 'memcached://127.0.0.1:11211/'