We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c63c16 commit 722e6e7Copy full SHA for 722e6e7
app/api/endpoints/catalogs.py
@@ -195,7 +195,7 @@ def _get_limits() -> tuple[int, int]:
195
logger.info(f"Found {len(recommendations)} recommendations for {type}")
196
197
logger.info(f"Returning {len(recommendations)} items for {type}")
198
- response.headers["Cache-Control"] = "public, max-age=21600" # 6 hours
+ response.headers["Cache-Control"] = "public, max-age=21600" # 6 hours
199
cleaned = [_clean_meta(m) for m in recommendations]
200
return {"metas": cleaned}
201
0 commit comments