Skip to content

Commit ca082fa

Browse files
authored
Update throttling-limits.md
1 parent d71463e commit ca082fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

concepts/throttling-limits.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -466,7 +466,7 @@ The Outlook service applies limits to each mailbox individually, regardless of t
466466

467467
### Outlook service limits for JSON batching
468468

469-
When an app makes a [JSON batch](json-batching.md) request that consists of multiple, _unordered_ individual requests to the Outlook service, by default, Microsoft Graph sends the Outlook service up to four individual requests from the batch at a time, regardless of the target mailboxes of those requests. The Outlook service can execute these requests in parallel at any point, also irrespective of the target mailbox. Since Microsoft Graph sends only up to four requests to run in parallel, the execution of that batch remains within [Outlook's concurrency limits for the same mailbox](#limits-per-mailbox), regardless of the app used.
469+
When an app makes a [JSON batch](json-batching.md) request that consists of multiple, _unordered_ individual requests to the Outlook service, by default, Microsoft Graph sends the Outlook service up to four individual requests from the batch at a time, regardless of the target mailboxes of those requests. The Outlook service can execute these requests in parallel at any point, also irrespective of the target mailbox. Since Microsoft Graph sends only up to four requests to run in parallel, the execution of that batch stays within [Outlook's concurrency limits for the same mailbox](#limits-per-mailbox), regardless of the app used.
470470

471471
Alternatively, an app can use the [dependsOn](json-batching.md#sequencing-requests-with-the-dependson-property) property to order requests within a batch. Microsoft Graph sends the Outlook service one request from the batch at a time following the specified order, and Outlook executes each individual request in the batch sequentially.
472472

0 commit comments

Comments
 (0)