diff --git a/packages/gitbook/src/lib/api.ts b/packages/gitbook/src/lib/api.ts index ca3ce3b1f..e04433dc5 100644 --- a/packages/gitbook/src/lib/api.ts +++ b/packages/gitbook/src/lib/api.ts @@ -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 (