Skip to content

Commit

Permalink
fix: max clients not used in reaping subs
Browse files Browse the repository at this point in the history
  • Loading branch information
dhruvjain99 committed May 3, 2024
1 parent c55ae9b commit 4c56a03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/vmq_server/src/vmq_redis_reaper.erl
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ handle_info(
reap_subscribers,
#state{
dead_node = DeadNode,
max_msgs = MaxClients,
max_clients = MaxClients,
interval = Interval
} = State
) ->
Expand Down

0 comments on commit 4c56a03

Please sign in to comment.