We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 468d9f9 commit e35a75cCopy full SHA for e35a75c
deps/rabbit/src/rabbit_msg_store.erl
@@ -324,11 +324,6 @@
324
%% receive everything and drop the messages instead of doing
325
%% all this.
326
%%
327
-%% Client termination messages are stored in a separate ets index to
328
-%% avoid filling primary message store index and message files with
329
-%% client termination messages.
330
-%% @todo I have no idea what this is talking about.
331
-%%
332
%% When the msg_store has a backlog (i.e. it has unprocessed messages
333
%% in its mailbox / gen_server priority queue), a further optimisation
334
%% opportunity arises: we can eliminate pairs of 'write' and 'remove'
0 commit comments