Improve docs performance - postgres caching (#1828) (#1838)

This commit is contained in:
daveoconnor
2025-07-01 13:35:50 -07:00
committed by GitHub
parent 4b606d432e
commit 32b29f221a
9 changed files with 53 additions and 6 deletions

View File

@@ -285,6 +285,8 @@ CACHES = {
},
}
ENABLE_DB_CACHE = env.bool("ENABLE_DB_CACHE", default=False)
# Default interval by which to clear the static content cache
CLEAR_STATIC_CONTENT_CACHE_DAYS = 7