diff options
| author | Michael Klishin <mklishin@pivotal.io> | 2015-10-13 12:26:50 +0300 |
|---|---|---|
| committer | Michael Klishin <mklishin@pivotal.io> | 2015-10-13 12:26:50 +0300 |
| commit | 545816528f972f9b1c01eba12dead5de899bd2df (patch) | |
| tree | eaed14b8699712aec9c56ae15d8083d66085adef /docs | |
| parent | 87402fad7fe68be84395d4ea8907b6591019357c (diff) | |
| download | rabbitmq-server-git-545816528f972f9b1c01eba12dead5de899bd2df.tar.gz | |
Missing comma
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/rabbitmq.config.example | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/rabbitmq.config.example b/docs/rabbitmq.config.example index f4fe3b9ec4..dd1a4e6c87 100644 --- a/docs/rabbitmq.config.example +++ b/docs/rabbitmq.config.example @@ -203,7 +203,7 @@ %% Interval (in milliseconds) at which we perform the check of the memory %% levels against the watermarks. %% - %% {memory_monitor_interval, 2500} + %% {memory_monitor_interval, 2500}, %% Set disk free limit (in bytes). Once free disk space reaches this %% lower bound, a disk alarm will be set - see the documentation |
