Skip to content

Commit 9d1cb93

Browse files
committed
uncomment commented gc call
1 parent ea0e192 commit 9d1cb93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rabbit_vhost_process.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ init([VHost]) ->
5757
rabbit_vhost_sup_sup:save_vhost_process(VHost, self()),
5858
Interval = interval(),
5959
timer:send_interval(Interval, check_vhost),
60-
% true = erlang:garbage_collect(),
60+
true = erlang:garbage_collect(),
6161
{ok, VHost}
6262
catch _:Reason ->
6363
rabbit_amqqueue:mark_local_durable_queues_stopped(VHost),

0 commit comments

Comments
 (0)