Skip to content

Commit b05f163

Browse files
authored
Update thin-maps-boil.md (#164)
1 parent 5d09ec8 commit b05f163

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .changeset/thin-maps-boil.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ introduce experimental batched streaming
66

77
Experimental `maxChunkSize` and `maxInterval` arguments allows for increasing the number of items in each streamed payload up to the specified maximum size. A maximum interval (specified in milliseconds) can be used to send any ready items prior to the maximum chunk size.
88

9-
When using a `maxChunkSize` greater than 1, the `data` property of execution patch results will consist of an array of items and a new `atIndex` property will contain the initial index for the items included within the chunk. When streaming in parallel, new `atIndices` property will be used instead of `atIndex` and withh contain an array of the corresponding indices for each of the items included within the `data` property.
9+
When using a `maxChunkSize` greater than 1, the `data` property of execution patch results will consist of an array of items and a new `atIndex` property will contain the initial index for the items included within the chunk. When streaming in parallel, new `atIndices` property will be used instead of `atIndex` and will contain an array of the corresponding indices for each of the items included within the `data` property.

0 commit comments

Comments
 (0)