diff --git a/app/web_hub.go b/app/web_hub.go index 42024a18dd..00ee3e0e75 100644 --- a/app/web_hub.go +++ b/app/web_hub.go @@ -101,7 +101,7 @@ func (a *App) HubStart() { for _, hub := range a.Srv().GetHubs() { if len(hub.broadcast) >= DEADLOCK_WARN { mlog.Error( - "Hub processing might be deadlock with events in the buffer", + "Websocket hub queue is filled to 99% of its capacity", mlog.Int("hub", hub.connectionIndex), mlog.Int("goroutine", hub.goroutineId), mlog.Int("events", len(hub.broadcast)),