mirror of
https://github.com/bitwarden/server
synced 2025-12-20 10:13:39 +00:00
switch kestrel back to libuv til bugs are fixed
This commit is contained in:
@@ -11,6 +11,8 @@ namespace Bit.Icons
|
||||
WebHost
|
||||
.CreateDefaultBuilder(args)
|
||||
.UseStartup<Startup>()
|
||||
// ref: https://github.com/aspnet/KestrelHttpServer/issues/2694
|
||||
.UseLibuv()
|
||||
.Build()
|
||||
.Run();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user