diff options
| author | Matthew Sackman <matthew@rabbitmq.com> | 2010-07-07 13:45:39 +0100 |
|---|---|---|
| committer | Matthew Sackman <matthew@rabbitmq.com> | 2010-07-07 13:45:39 +0100 |
| commit | d66435f6652014c4ae2fd0c7e536c15401c573a2 (patch) | |
| tree | 0d89e6c0248e337bc4dc6e336508fd40a918eefe | |
| parent | b5753e0dfe5d998d9d131079508d76df9477f419 (diff) | |
| download | rabbitmq-server-git-d66435f6652014c4ae2fd0c7e536c15401c573a2.tar.gz | |
Minor typeo
| -rw-r--r-- | src/rabbit_variable_queue.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rabbit_variable_queue.erl b/src/rabbit_variable_queue.erl index 87caf48761..cbe21cdbc0 100644 --- a/src/rabbit_variable_queue.erl +++ b/src/rabbit_variable_queue.erl @@ -122,7 +122,7 @@ %% The conversion from alphas to betas is also chunked, but only to %% ensure no more than ?IO_BATCH_SIZE alphas are converted to betas at %% any one time. This further smooths the effects of changes to the -%% target_ram_index_count and ensures the queue remains responsive +%% target_ram_msg_count and ensures the queue remains responsive %% even when there is a large amount of IO work to do. The %% idle_timeout callback is utilised to ensure that conversions are %% done as promptly as possible whilst ensuring the queue remains |
