Skip to content

Commit 691a036

Browse files
committed
Fix module mentioned in target group size description
1 parent ab8814a commit 691a036

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deps/rabbit/src/rabbit_quorum_queue.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@
153153
"target-group-size controls the targeted number of "
154154
"member nodes for the queue. If set, RabbitMQ will try to "
155155
"grow the queue members to the target size. "
156-
"See module rabbit_queue_member_eval."},
156+
"See module rabbit_quorum_queue_periodic_membership_reconciliation."},
157157
{mfa, {rabbit_registry, register,
158158
[policy_validator, <<"target-group-size">>, ?MODULE]}},
159159
{mfa, {rabbit_registry, register,

0 commit comments

Comments
 (0)