Skip to content

Commit 0bf6f00

Browse files
committed
docs(aggregator): receipts limit per aggregation
Signed-off-by: Alexis Asseman <[email protected]>
1 parent 2345c1b commit 0bf6f00

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tap_aggregator/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,10 @@ Example:
176176
Aggregates the given receipts into a receipt aggregate voucher.
177177
Returns an error if the user expected API version is not supported.
178178

179+
We recommend that the server is set-up to support a maximum HTTP request size of 10MB, in which case we guarantee that
180+
`aggregate_receipts` support a maximum of at least 15,000 receipts per call. If you have more than 15,000 receipts to
181+
aggregate, we recommend calling `aggregate_receipts` multiple times.
182+
179183
Example:
180184

181185
*Request*:

0 commit comments

Comments
 (0)