1
0
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:
Kyle Spearrin
2020-04-03 08:39:59 -04:00
committed by GitHub
parent d6ed8291e6
commit b106fd22fb
2 changed files with 3 additions and 3 deletions

View File

@ -62,7 +62,6 @@ namespace Bit.Notifications
signalRServerBuilder.AddStackExchangeRedis(globalSettings.Notifications.RedisConnectionString,
options =>
{
options.Configuration.ClientName = "Notifications";
options.Configuration.ChannelPrefix = "Notifications";
});
}