mirror of
https://github.com/bitwarden/server.git
synced 2025-07-15 06:37:54 -05:00
Only set channel prefix. Use machine name on counter (#687)
This commit is contained in:
@ -62,7 +62,6 @@ namespace Bit.Notifications
|
||||
signalRServerBuilder.AddStackExchangeRedis(globalSettings.Notifications.RedisConnectionString,
|
||||
options =>
|
||||
{
|
||||
options.Configuration.ClientName = "Notifications";
|
||||
options.Configuration.ChannelPrefix = "Notifications";
|
||||
});
|
||||
}
|
||||
|
Reference in New Issue
Block a user