diff options
| author | Michael Klishin <michael@clojurewerkz.org> | 2019-02-12 22:36:00 +0300 |
|---|---|---|
| committer | Michael Klishin <michael@clojurewerkz.org> | 2019-02-12 22:36:00 +0300 |
| commit | cea04c52dcdcda16ecca5d471bdb7cc6ec16beb8 (patch) | |
| tree | 5d88331e64cf9869ece68df676bebc302a5925fb /docs/rabbitmq.config.example | |
| parent | b0dfe9352f083607d5d7346bd3962ba6c50cc03a (diff) | |
| parent | eacb5015d19fb5a4a3d1175bc581c045e77c7a9b (diff) | |
| download | rabbitmq-server-git-cea04c52dcdcda16ecca5d471bdb7cc6ec16beb8.tar.gz | |
Merge branch 'jsoref-spelling'
Diffstat (limited to 'docs/rabbitmq.config.example')
| -rw-r--r-- | docs/rabbitmq.config.example | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/rabbitmq.config.example b/docs/rabbitmq.config.example index 9ee9a352be..eba4921c84 100644 --- a/docs/rabbitmq.config.example +++ b/docs/rabbitmq.config.example @@ -339,7 +339,7 @@ %% Enables flow control between queue mirrors. %% Disabling this can be dangerous and is not recommended. - %% When flow control is disablied, queue masters can outpace mirrors and not allow mirrors to catch up. + %% When flow control is disabled, queue masters can outpace mirrors and not allow mirrors to catch up. %% Mirrors will end up using increasingly more RAM, eventually triggering a memory alarm. %% %% {mirroring_flow_control, true}, @@ -909,7 +909,7 @@ %% {rabbit_channel_lager_event, [{handlers, [ %% {lager_forwarder_backend, %% [lager_event, info]}]}]}, - %% {rabbit_conection_lager_event, [{handlers, [ + %% {rabbit_connection_lager_event, [{handlers, [ %% {lager_forwarder_backend, %% [lager_event, info]}]}]}, %% {rabbit_mirroring_lager_event, [{handlers, [ |
