Skip to content

Commit 2b7678f

Browse files
Merge pull request SharePoint#7141 from getalex/patch-1
Update how-to-avoid-getting-throttled-or-blocked-in-sharepoint-online.md
2 parents 3aeaaa1 + 2155952 commit 2b7678f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Avoid getting throttled or blocked in SharePoint Online
33
description: Find out about throttling in SharePoint Online, and learn how to avoid being throttled or blocked. Includes sample client-side object model (CSOM) and REST code you can use to make your task easier.
4-
ms.date: 03/17/2021
4+
ms.date: 07/07/2021
55
ms.prod: sharepoint
66
ms.assetid: 33ed8106-d850-42b1-8d7f-5ba83901149c
77
localization_priority: Priority
@@ -242,7 +242,7 @@ public static void ExecuteQueryWithIncrementalRetry(this ClientContext clientCon
242242
else
243243
{
244244
retryAfterInterval = backoffInterval;
245-
}
245+
}
246246

247247
// Delay for the requested seconds
248248
Thread.Sleep(retryAfterInterval * 1000);

0 commit comments

Comments
 (0)