Skip to content

Commit c69c347

Browse files
authored
fix(docs): update max body size for usage service (#6757)
1 parent 70bc7a8 commit c69c347

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/web/docs/src/content/specs/usage-reports.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import usageReportV2Schema from '../../../../../services/usage/usage-report-v2.s
1111
The official JavaScript Hive Client (`@graphql-hive/core`) collects executed operations and sends
1212
them in batches (as a single report, when a buffer is full or every few seconds) over HTTP.
1313

14-
> It's recommended to send a report for more than 1 operation. The maximum payload size is 1 MB.
14+
> It's recommended to send a report for more than 1 operation. The maximum payload size is 15 MB.
1515
1616
| Name | Value |
1717
| -------------------- | -------------------------------------------------------------------------------------------------------------------------- |

0 commit comments

Comments
 (0)