Skip to content

Commit 1a50830

Browse files
Remove sync I/O config (#2052)
Not sure why this is enabled
1 parent 6a305cf commit 1a50830

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/BenchmarksApps/TechEmpower/Minimal/Program.cs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,6 @@
1111
// Disable logging as this is not required for the benchmark
1212
builder.Logging.ClearProviders();
1313

14-
builder.WebHost.ConfigureKestrel(options =>
15-
{
16-
options.AllowSynchronousIO = true;
17-
});
18-
1914
// Load custom configuration
2015
var appSettings = new AppSettings();
2116
builder.Configuration.Bind(appSettings);

0 commit comments

Comments
 (0)