Increase the max age, create separate option in config for it (CACHE_IMAGE_MAX_AGE). Issue #50

This commit is contained in:
Oliver Falk
2019-03-08 13:49:09 +01:00
parent 9b924fff57
commit 166582bc9d
2 changed files with 11 additions and 8 deletions

View File

@@ -187,3 +187,5 @@ CACHES = {
],
}
}
CACHE_IMAGES_MAX_AGE = 24 * 60 * 60