Skip to content

Commit

Permalink
Fix(Heartbeat): Adjust the presence heartbeat to be more valuable
Browse files Browse the repository at this point in the history
  • Loading branch information
supertinou committed Jul 19, 2016
1 parent 307f810 commit a15583b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client/app/app.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ angular.module('app')
subscribe_key: config.PUBNUB_SUBSCRIBE_KEY,
origin: 'pubsub.pubnub.com',
ssl: true,
heartbeat: 40,
heartbeat_interval: 60
heartbeat: 200,
heartbeat_interval: 98
});

}])
Expand Down

0 comments on commit a15583b

Please sign in to comment.