Skip to content

Commit

Permalink
Add info about non-reloadable config options (#1503)
Browse files Browse the repository at this point in the history
* [skip ci] Add info on non-reloadable conf options

* [skip ci] Change for groups

* [skip ci] Update the list and description
  • Loading branch information
Dominik authored and fenek committed Oct 5, 2017
1 parent 87b94b8 commit 856b7f9
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,11 @@ It's available as a safety mechanism for the rare case of a cluster-global reloa
on all nodes of the cluster.
The prerequisite is that the modified config file must be available on
all nodes at the same location (the location where MongooseIM expects its config file).

### Non-reloadable options
Some options require restarting the server in order to be reloaded.
The following options' changes will be ignored when using `mongooseimctl` tool:
* domain_certfile
* s2s_*
* all_metrics_are_global
* odbc_*

0 comments on commit 856b7f9

Please sign in to comment.