Skip to content

Commit

Permalink
fix: change mgsbacklog type (#28)
Browse files Browse the repository at this point in the history
Signed-off-by: wei <[email protected]>
  • Loading branch information
instpe committed Sep 1, 2024
1 parent fdc135c commit 1dd8520
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public class SubscriptionStats {

public int chunkedMessageRate;

public int msgBacklog;
public long msgBacklog;

public long backlogSize;

Expand Down

0 comments on commit 1dd8520

Please sign in to comment.