diff options
| author | Matthew Sackman <matthew@lshift.net> | 2010-01-21 15:21:05 +0000 |
|---|---|---|
| committer | Matthew Sackman <matthew@lshift.net> | 2010-01-21 15:21:05 +0000 |
| commit | 8261002b5ed1d6f9f60485881398b3fd8ad89144 (patch) | |
| tree | 04825dd30ce29711a9920230db4dfe4d195ad8c0 /src | |
| parent | 4361c141f301b766b5411bd400a4ee240db11138 (diff) | |
| download | rabbitmq-server-git-8261002b5ed1d6f9f60485881398b3fd8ad89144.tar.gz | |
typeo
Diffstat (limited to 'src')
| -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 c11489d1b8..89493b5ef5 100644 --- a/src/rabbit_variable_queue.erl +++ b/src/rabbit_variable_queue.erl @@ -84,7 +84,7 @@ %% The duration indicated to us by the memory_monitor is used to %% calculate, given our current ingress and egress rates, how many %% messages we should hold in RAM. When we need to push alphas to -%% betas or betas to gammas, we favour writing on messages that are +%% betas or betas to gammas, we favour writing out messages that are %% further from the head of the queue. This minimises writes to disk, %% as the messages closer to the tail of the queue stay in the queue %% for longer, thus do not need to be replaced as quickly by sending |
