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.
2 parents 4c602b7 + 87c688b commit 07317fcCopy full SHA for 07317fc
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