Skip to content

Commit 92280dc

Browse files
authored
[backport] Update max tag items limit in docs (#73445)
x-ref: #73125
1 parent 1630dc9 commit 92280dc

File tree

1 file changed

+1
-1
lines changed
  • docs/02-app/02-api-reference/04-functions

1 file changed

+1
-1
lines changed

docs/02-app/02-api-reference/04-functions/fetch.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ Set the cache lifetime of a resource (in seconds).
9898
fetch(`https://...`, { next: { tags: ['collection'] } })
9999
```
100100

101-
Set the cache tags of a resource. Data can then be revalidated on-demand using [`revalidateTag`](https://nextjs.org/docs/app/api-reference/functions/revalidateTag). The max length for a custom tag is 256 characters and the max tag items is 64.
101+
Set the cache tags of a resource. Data can then be revalidated on-demand using [`revalidateTag`](https://nextjs.org/docs/app/api-reference/functions/revalidateTag). The max length for a custom tag is 256 characters and the max tag items is 128.
102102

103103
## Version History
104104

0 commit comments

Comments
 (0)