Skip to content

Commit f328a41

Browse files
authored
Revert getPublishedContentByUrl timeout back to 10s (#3208)
1 parent 20ebecb commit f328a41

File tree

1 file changed

+0
-1
lines changed
  • packages/gitbook/src/lib

1 file changed

+0
-1
lines changed

packages/gitbook/src/lib/api.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,6 @@ export const getLatestOpenAPISpecVersionContent = cache({
242242
* Resolve a URL to the content to render.
243243
*/
244244
export const getPublishedContentByUrl = cache({
245-
timeout: 30 * 1000,
246245
name: 'api.getPublishedContentByUrl.v7',
247246
tag: (url) => getCacheTagForURL(url),
248247
get: async (

0 commit comments

Comments
 (0)