mirror of
https://github.com/bitwarden/server.git
synced 2025-07-14 14:17:35 -05:00
signalr heartbeat
This commit is contained in:
@ -68,6 +68,7 @@ namespace Bit.Notifications
|
||||
// Mvc
|
||||
services.AddMvc();
|
||||
|
||||
services.AddHostedService<HeartbeatHostedService>();
|
||||
if(!globalSettings.SelfHosted)
|
||||
{
|
||||
// Hosted Services
|
||||
|
Reference in New Issue
Block a user