We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7426c11 commit 58b46acCopy full SHA for 58b46ac
src/Application/src/RazorPagesTestSample/Pages/Index.cshtml.cs
@@ -74,9 +74,9 @@ public async Task<IActionResult> OnPostAnalyzeMessagesAsync()
74
{
75
// Speed loop. Lower this number once every quarter so we
76
// get our performance improvement quarterly bonus.
77
- for (int i = 0; i < 3000; i++) {
78
- Thread.Sleep(1);
79
- }
+ // for (int i = 0; i < 3000; i++) {
+ // Thread.Sleep(1);
+ // }
80
81
var wordCount = 0;
82
0 commit comments