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 d109430 commit c03d90fCopy full SHA for c03d90f
deps/rabbit/src/rabbit_vhosts.erl
@@ -78,7 +78,7 @@ on_node_up(_Node) ->
78
DelayInSeconds = 10,
79
Delay = DelayInSeconds * 1000,
80
rabbit_log:debug("Will reschedule virtual host process reconciliation after ~b seconds", [DelayInSeconds]),
81
- timer:apply_after(Delay, ?MODULE, reconcile_once, []),
+ _ = timer:apply_after(Delay, ?MODULE, reconcile_once, []),
82
ok
83
end.
84
0 commit comments