Skip to content

Commit

Permalink
remove Pending to test
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbozhenko committed Jan 28, 2025
1 parent 67aa107 commit 7bcfe49
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion server/monitor.go
Original file line number Diff line number Diff line change
Expand Up @@ -784,7 +784,6 @@ type RouteInfo struct {
Idle string `json:"idle"`
Import *SubjectPermission `json:"import,omitempty"`
Export *SubjectPermission `json:"export,omitempty"`
Pending int `json:"pending_size"`
InMsgs int64 `json:"in_msgs"`
OutMsgs int64 `json:"out_msgs"`
InBytes int64 `json:"in_bytes"`
Expand Down

0 comments on commit 7bcfe49

Please sign in to comment.