diff options
| -rw-r--r-- | src/rabbit_disk_queue.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rabbit_disk_queue.erl b/src/rabbit_disk_queue.erl index 3e38be8e09..78505af793 100644 --- a/src/rabbit_disk_queue.erl +++ b/src/rabbit_disk_queue.erl @@ -398,7 +398,7 @@ init([FileSizeLimit, ReadFileHandlesLimit]) -> ]), %% it would be better to have this as private, but dets:from_ets/2 - %% seems to blow up if it is set private + %% seems to blow up if it is set private - see bug21489 MsgLocationEts = ets:new(?MSG_LOC_NAME, [set, protected, {keypos, 2}]), InitName = "0" ++ ?FILE_EXTENSION, |
