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 42ca7e1 commit 5a69692Copy full SHA for 5a69692
packages/gitbook/src/lib/api.ts
@@ -242,6 +242,7 @@ export const getLatestOpenAPISpecVersionContent = cache({
242
* Resolve a URL to the content to render.
243
*/
244
export const getPublishedContentByUrl = cache({
245
+ timeout: 30 * 1000,
246
name: 'api.getPublishedContentByUrl.v7',
247
tag: (url) => getCacheTagForURL(url),
248
get: async (
0 commit comments