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 4c602b7 commit 87c688bCopy full SHA for 87c688b
deps/rabbit/src/rabbit_nodes.erl
@@ -559,7 +559,7 @@ target_cluster_size_hint() ->
559
560
-spec reached_target_cluster_size() -> boolean().
561
reached_target_cluster_size() ->
562
- running_count() >= target_cluster_size_hint().
+ total_count() >= target_cluster_size_hint().
563
564
-spec if_reached_target_cluster_size(ConditionSatisfiedFun :: fun(), ConditionNotSatisfiedFun :: fun()) -> boolean().
565
if_reached_target_cluster_size(ConditionSatisfiedFun, ConditionNotSatisfiedFun) ->
0 commit comments