Skip to content

Commit

Permalink
Reliable Websockets: default to true
Browse files Browse the repository at this point in the history
Documentation for: mattermost/mattermost#17890

Updated:
- Set Up, Manage, Onboard, and Comply > Set Up Mattermost > Self-Managed Deployments > Configuration Settings > Experimental Settings only in config.json > Enable Reliable Websockets
   - Updated the default value of the config setting to ``true``
  • Loading branch information
cwarnermm authored Aug 4, 2021
1 parent 0bee829 commit 5bf100b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/configure/configuration-settings.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5379,7 +5379,7 @@ Enable Reliable Websockets
Enable this setting to make websocket messages more reliable by buffering messages during a connection loss and then re-transmitting all unsent messages when the connection is revived.
+-------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| This feature's ``config.json`` setting is ``"EnableReliableWebsockets": false`` with options ``true`` and ``false``. |
| This feature's ``config.json`` setting is ``"EnableReliableWebsockets": true`` with options ``true`` and ``false``. |
+-------------------------------------------------------------------------------------------------------------------------------------------------------------------+
Remote Clusters
Expand Down

0 comments on commit 5bf100b

Please sign in to comment.