Skip to content

Commit

Permalink
Remove sync I/O config (#2052)
Browse files Browse the repository at this point in the history
Not sure why this is enabled
  • Loading branch information
DamianEdwards authored Jan 24, 2025
1 parent 6a305cf commit 1a50830
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/BenchmarksApps/TechEmpower/Minimal/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,6 @@
// Disable logging as this is not required for the benchmark
builder.Logging.ClearProviders();

builder.WebHost.ConfigureKestrel(options =>
{
options.AllowSynchronousIO = true;
});

// Load custom configuration
var appSettings = new AppSettings();
builder.Configuration.Bind(appSettings);
Expand Down

0 comments on commit 1a50830

Please sign in to comment.