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.
2 parents b523934 + 58b46ac commit c8ae255Copy full SHA for c8ae255
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