Skip to content

Commit f4aab4c

Browse files
committed
Revert creation of fifo ets table inside rabbit
Now supported by ra [#154472158]
1 parent ab02485 commit f4aab4c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/rabbit_vhost_sup_sup.erl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ init([]) ->
5454
RestartStrategy = vhost_restart_strategy(),
5555
ets:new(?MODULE, [named_table, public, {keypos, #vhost_sup.vhost}]),
5656
%% TODO massive hack to start the fifo metrics while don't get fixed in ra
57-
ets:new(ra_fifo_metrics, [public, named_table, {write_concurrency, true}]),
5857
{ok, {{simple_one_for_one, 0, 5},
5958
[{rabbit_vhost, {rabbit_vhost_sup_wrapper, start_link, []},
6059
RestartStrategy, ?SUPERVISOR_WAIT, supervisor,

0 commit comments

Comments
 (0)