mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-20 15:56:51 +00:00
Tip to use external broker for more stability (#5159)
An external broker is more stable, this is something I did not know as a beginner. Especially because the embedded broker has a memory leak. It would have saved me a bunch of time and WAF trust issues if I would have had this piece of knowledge. Issue on memory leak: https://github.com/home-assistant/home-assistant/issues/11594
This commit is contained in:
parent
97525ba3eb
commit
fe1ce5a19b
@ -33,6 +33,10 @@ mqtt:
|
|||||||
broker: IP_ADDRESS_BROKER
|
broker: IP_ADDRESS_BROKER
|
||||||
```
|
```
|
||||||
|
|
||||||
|
<p class='note'>
|
||||||
|
The minimal setup uses the embedded MQTT broker, however a separate broker is advised for more stability.
|
||||||
|
</p>
|
||||||
|
|
||||||
## {% linkable_title Additional features %}
|
## {% linkable_title Additional features %}
|
||||||
|
|
||||||
- [Certificate](/docs/mqtt/certificate/)
|
- [Certificate](/docs/mqtt/certificate/)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user