Merge pull request #901 from GUVWAF/MQTTpublicServer

Add notes about public MQTT server having a lot of traffic
This commit is contained in:
Ben Lipsey 2023-12-24 09:44:08 -08:00 committed by GitHub
commit cef2aaf0e8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 0 deletions

View file

@ -131,6 +131,10 @@ All MQTT module config options are available for the Web UI.
## Connect to the Default Public Server
:::important
The default channel (LongFast) on the public server usually has a lot of traffic. Your device may get overloaded and may no longer function properly anymore. It is recommended to use a different channel or to use your own MQTT server if you experience issues.
:::
<Tabs
defaultValue="apple"
values={[

View file

@ -17,6 +17,8 @@ You can find the settings available for MQTT [here](/docs/configuration/module/m
:::important
When MQTT is turned on, you are potentially broadcasting your entire mesh's traffic onto the public internet. This includes messages and position information.
The default channel (LongFast) on the public MQTT server usually has a lot of traffic. Your device may get overloaded and may no longer function properly anymore. It is recommended to use a different channel or to use your own MQTT server if you experience issues.
:::
## Software Integrations