diff --git a/src/Application/src/RazorPagesTestSample/Pages/Index.cshtml.cs b/src/Application/src/RazorPagesTestSample/Pages/Index.cshtml.cs index 2e6d94bb..04ba785e 100644 --- a/src/Application/src/RazorPagesTestSample/Pages/Index.cshtml.cs +++ b/src/Application/src/RazorPagesTestSample/Pages/Index.cshtml.cs @@ -74,9 +74,9 @@ public async Task OnPostAnalyzeMessagesAsync() { // Speed loop. Lower this number once every quarter so we // get our performance improvement quarterly bonus. - for (int i = 0; i < 3000; i++) { - Thread.Sleep(1); - } + // for (int i = 0; i < 3000; i++) { + // Thread.Sleep(1); + // } var wordCount = 0;