Temporarily bump getPublishedContentByUrl timeout to 30s on v1 (#3199)

This commit is contained in:
Taran Vohra
2025-04-30 19:14:09 +05:30
committed by GitHub
parent 42ca7e1580
commit 5a69692f54
+1
View File
@@ -242,6 +242,7 @@ export const getLatestOpenAPISpecVersionContent = cache({
* Resolve a URL to the content to render.
*/
export const getPublishedContentByUrl = cache({
timeout: 30 * 1000,
name: 'api.getPublishedContentByUrl.v7',
tag: (url) => getCacheTagForURL(url),
get: async (