Skip to content

Commit fac058d

Browse files
Update limits.mdx (#23164)
1 parent 3bc22d7 commit fac058d

File tree

1 file changed

+1
-1
lines changed
  • src/content/docs/analytics/analytics-engine

1 file changed

+1
-1
lines changed

src/content/docs/analytics/analytics-engine/limits.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ head:
1212
The following limits apply to Workers Analytics Engine:
1313

1414
* Analytics Engine will accept up to twenty blobs, twenty doubles, and one index per call to `writeDataPoint`.
15-
* The total size of all blobs in a request must not exceed 16 KB.
15+
* The total size of all blobs in a request must not exceed **16 KB**. The 16 KB size limit for the blobs field applies to **each individual data point**, regardless of how many are included in a single request using writeDataPoints().
1616
* Each index must not be more than 96 bytes.
1717
* You can write a maximum of 25 data points per Worker invocation (client HTTP request). Each call to `writeDataPoint` counts towards this limit.
1818

0 commit comments

Comments
 (0)