Skip to content

Commit f9f0c8f

Browse files
authored
Update batch-requests.md
1 parent d82b86b commit f9f0c8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

concepts/sdks/batch-requests.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ The Microsoft Graph SDKs provide three classes to work with batch requests and r
2424

2525
### Automatic batching for request limits
2626

27-
The Microsoft Graph SDK automatically handles batching requests with respect to the limit of 20 requests per batch. This means that if your code exceeds this limit, the SDK will split the requests into separate batches behind the scenes, ensuring that each batch complies with the limitation. You no longer need to manually implement logic to handle this batching limit, which makes your code cleaner and easier to manage.
27+
The Microsoft Graph SDK automatically handles batching requests with respect to the limit of 20 requests per batch. This means that if your code exceeds this limit, the SDK splits the requests into separate batches behind the scenes. This ensures that each batch complies with the limitation. You no longer need to manually implement logic to handle this batching limit, which makes your code cleaner and easier to manage.
2828

2929
## Simple batching example
3030

0 commit comments

Comments
 (0)