Change cache for issue #50

This commit is contained in:
Oliver Falk
2019-03-11 11:03:24 +01:00
parent eead05c2f6
commit 6814be78d7

View File

@@ -188,4 +188,6 @@ CACHES = {
}
}
CACHE_IMAGES_MAX_AGE = 24 * 60 * 60
# This is 5 minutes caching for generated/resized images,
# so the sites don't hit ivatar so much
CACHE_IMAGES_MAX_AGE = 5 * 60