Skip to content

Commit e73e22a

Browse files
authored
Update how-to-avoid-getting-throttled-or-blocked-in-sharepoint-online.md
Changing ODB to be written in full. No need to use an abbreviation here, only could confuse people.
1 parent 2a7c0ff commit e73e22a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/general-development/how-to-avoid-getting-throttled-or-blocked-in-sharepoint-online.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ The most common causes of per-user throttling in SharePoint Online are client-si
202202

203203
### When using app-only authentication with Sites.Read.All permission
204204

205-
When you're using SharePoint Online search APIs with app-only authentication and the app having Sites.Read.All permission (or stronger), the app will be registered with full permissions, and is allowed to query all your SharePoint Online content (including user’s private ODB content).
205+
When you're using SharePoint Online search APIs with app-only authentication and the app having Sites.Read.All permission (or stronger), the app will be registered with full permissions, and is allowed to query all your SharePoint Online content (including user’s private OneDrive for Business content).
206206

207207
To ensure the service remains fast and reliable, queries using such permission are throttled at 25 requests per second. The search query will return with an http 429 response. When waiting for throttling recovery, you should ensure to pause all search query requests you may be making to the service using similar app-only permission. Making more calls while receiving throttle responses will extend the time it takes for your app to become unthrottled.
208208

0 commit comments

Comments
 (0)