mirror of
https://github.com/home-assistant/core.git
synced 2025-08-03 20:55:10 +02:00
Update pending message error (#80763)
This commit is contained in:
@@ -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,
|
||||||
)
|
)
|
||||||
|
Reference in New Issue
Block a user