Skip to content

Commit cb40fda

Browse files
authored
Merge pull request #25111 from microsoftgraph/JarbasHorst-patch-7
Fixed broken link in the throttling-limits topic.
2 parents f269675 + e10dab9 commit cb40fda

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

concepts/throttling-limits.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -444,7 +444,7 @@ Outlook service limits apply to the public cloud and [national cloud deployments
444444

445445
### Limits per mailbox
446446

447-
The Outlook service applies limits to each mailbox individually, regardless of the application used - that is, any app accessing a specific user or group mailbox. Exceeding the limit for one mailbox does not impact the application's ability to access another mailbox.
447+
The Outlook service applies limits to each mailbox individually, regardless of the application usedthat is, any app accessing a specific user or group mailbox. Exceeding the limit for one mailbox doesn't impact the application's ability to access another mailbox.
448448

449449
| Limit | Applies to |
450450
|-------------------------------------------------------------------|-------------------------|
@@ -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 stays within [Outlook's concurrency limits for the same mailbox](#limits-per-app-id-and-mailbox-combination).
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)