* Increase websocket peak messages to match max expected entities
During startup the websocket would frequently disconnect if more than
4096 entities were added back to back. Some MQTT setups will have more
than 10000 entities. Match the websocket peak value to the max expected
entities
* coalesce more
* delay more if the backlog gets large
* wait to send if the queue is building rapidly
* tweak
* tweak for chrome since it works great in firefox but chrome cannot handle it
* Revert "tweak for chrome since it works great in firefox but chrome cannot handle it"
This reverts commit
|
||
---|---|---|
.. | ||
__init__.py | ||
auth.py | ||
commands.py | ||
connection.py | ||
const.py | ||
decorators.py | ||
error.py | ||
http.py | ||
manifest.json | ||
messages.py | ||
sensor.py | ||
services.yaml | ||
strings.json | ||
util.py |