mirror of
https://github.com/bitwarden/server.git
synced 2025-07-07 02:52:50 -05:00
increase buffers
This commit is contained in:
@ -126,8 +126,8 @@ namespace Bit.Notifications
|
||||
{
|
||||
app.UseSignalR(routes => routes.MapHub<NotificationsHub>("/hub", options =>
|
||||
{
|
||||
options.ApplicationMaxBufferSize = 20; // client => server messages are not even used
|
||||
options.TransportMaxBufferSize = 2048;
|
||||
options.ApplicationMaxBufferSize = 2048; // client => server messages are not even used
|
||||
options.TransportMaxBufferSize = 4096;
|
||||
}));
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user