mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 11:17:21 +00:00
Update pending message error (#80763)
This commit is contained in:
parent
00b0fa6cdf
commit
2ef14d60f3
@ -155,7 +155,8 @@ class WebSocketHandler:
|
|||||||
return
|
return
|
||||||
|
|
||||||
self._logger.error(
|
self._logger.error(
|
||||||
"Client unable to keep up with pending messages. Stayed over %s for %s seconds",
|
"Client unable to keep up with pending messages. Stayed over %s for %s seconds. "
|
||||||
|
"The system's load is too high or an integration is misbehaving",
|
||||||
PENDING_MSG_PEAK,
|
PENDING_MSG_PEAK,
|
||||||
PENDING_MSG_PEAK_TIME,
|
PENDING_MSG_PEAK_TIME,
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user