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 May 12, 2016
1 parent 196b63e commit f3a08a1
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 f3a08a1

Please sign in to comment.