From 48f4cbf9379ee3f4c3d44f010b8a8923936b484f Mon Sep 17 00:00:00 2001 From: cmfatih Date: Sun, 4 Oct 2015 01:09:32 -0400 Subject: [PATCH] Typo https://github.com/nats-io/gnatsd/blob/master/server/monitor.go#L39 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2a9b5122..e5c60c6d 100644 --- a/README.md +++ b/README.md @@ -164,7 +164,7 @@ You can also report detailed subscription information on a per connection basis "cid": 571, "ip": "127.0.0.1", "port": 61572, - "pending_size": 0, + "pending_bytes": 0, "in_msgs": 0, "out_msgs": 0, "in_bytes": 0, @@ -180,7 +180,7 @@ You can also report detailed subscription information on a per connection basis "cid": 574, "ip": "127.0.0.1", "port": 61577, - "pending_size": 0, + "pending_bytes": 0, "in_msgs": 0, "out_msgs": 0, "in_bytes": 0,