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 6a305cf commit 1a50830Copy full SHA for 1a50830
src/BenchmarksApps/TechEmpower/Minimal/Program.cs
@@ -11,11 +11,6 @@
11
// Disable logging as this is not required for the benchmark
12
builder.Logging.ClearProviders();
13
14
-builder.WebHost.ConfigureKestrel(options =>
15
-{
16
- options.AllowSynchronousIO = true;
17
-});
18
-
19
// Load custom configuration
20
var appSettings = new AppSettings();
21
builder.Configuration.Bind(appSettings);
0 commit comments