Merge pull request #14258 from rabbitmq/mergify/bp/v4.1.x/pr-14190
Very minor: Remove outdated comment from rabbit_msg_store (backport #14190)
This commit is contained in:
commit
59ecfe43e0
|
@ -1498,8 +1498,7 @@ writer_close(#writer{fd = Fd}) ->
|
||||||
file:close(Fd).
|
file:close(Fd).
|
||||||
|
|
||||||
mark_handle_open(FileHandlesEts, File, Ref) ->
|
mark_handle_open(FileHandlesEts, File, Ref) ->
|
||||||
%% This is fine to fail (already exists). Note it could fail with
|
%% This is fine to fail (already exists).
|
||||||
%% the value being close, and not have it updated to open.
|
|
||||||
ets:insert_new(FileHandlesEts, {{Ref, File}, erlang:monotonic_time()}),
|
ets:insert_new(FileHandlesEts, {{Ref, File}, erlang:monotonic_time()}),
|
||||||
true.
|
true.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue