diff options
| author | Matthew Sackman <matthew@lshift.net> | 2009-04-22 14:42:27 +0100 |
|---|---|---|
| committer | Matthew Sackman <matthew@lshift.net> | 2009-04-22 14:42:27 +0100 |
| commit | 95b7edb13d820bf4550fd1c6db22d25e0595a64b (patch) | |
| tree | d47d11f6286946df9486f074438255733922d8e5 /src | |
| parent | 631a97db8902208a83225393ec00b685c0d9ee23 (diff) | |
| download | rabbitmq-server-git-95b7edb13d820bf4550fd1c6db22d25e0595a64b.tar.gz | |
minor improvement to documentation
Diffstat (limited to 'src')
| -rw-r--r-- | src/rabbit_disk_queue.erl | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/rabbit_disk_queue.erl b/src/rabbit_disk_queue.erl index 7e2d8d12bf..f586713d62 100644 --- a/src/rabbit_disk_queue.erl +++ b/src/rabbit_disk_queue.erl @@ -168,7 +168,9 @@ %% above B (i.e. truncate to the limit of the good contiguous region %% at the start of the file), then write C and D on top and then write %% E, F and G from the right file on top. Thus contiguous blocks of -%% good data at the bottom of files are not rewritten. +%% good data at the bottom of files are not rewritten (yes, this is +%% the data the size of which is tracked by the ContiguousTop +%% variable. Judicious use of a mirror is required). %% %% --------- --------- --------- %% | X | | G | | G | |
