Skip to content

Commit

Permalink
Merge pull request #191 from pusher/improve-disable-stats-doc
Browse files Browse the repository at this point in the history
Make it clear that disableStats do not affect the user account stats
  • Loading branch information
hph authored Nov 3, 2016
2 parents 584a744 + 11a78c2 commit 8139b48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ var pusher = new Pusher(API_KEY, { cluster: "eu" });

#### `disableStats` (Boolean)

Disables stats collection, so that connection metrics are not submitted to Pusher’s servers.
Disables stats collection, so that connection metrics are not submitted to Pusher’s servers. These stats are used for internal monitoring only and they do not affect the account stats.

#### `enabledTransports` (Array)

Expand Down

0 comments on commit 8139b48

Please sign in to comment.