Skip to content

Commit

Permalink
Make it clear that disableStats do not affect the user account stats
Browse files Browse the repository at this point in the history
  • Loading branch information
Luis Fonseca authored and hph committed Nov 3, 2016
1 parent 0ef5699 commit 11a78c2
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 11a78c2

Please sign in to comment.