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