Skip to content

Commit

Permalink
Update docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
cscatolini committed Jan 24, 2017
1 parent 3a59bd0 commit be89f24
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/hosting.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,11 @@ GCM supports at most 100 pending messages (see [Flow Control section](https://de

* `PUSHER_GCM_MAXPENDINGMESSAGES` - Max pending messages;

Pusher logs stats of sent messages and responses received (successes and failures) from time to time. The default interval is 5 seconds but you can change it using:

* `PUSHER_APNS_LOGSTATSINTERVAL` - Interval for logging stats (in milliseconds);
* `PUSHER_GCM_LOGSTATSINTERVAL` - Interval for logging stats (in milliseconds);

If you wish Sentry integration simply set the following environment variable:

* `PUSHER_SENTRY_URL` - Sentry Client Key (DSN);
Expand Down

0 comments on commit be89f24

Please sign in to comment.