Skip to content
This repository has been archived by the owner on Apr 3, 2019. It is now read-only.

Commit

Permalink
remove latency compensation
Browse files Browse the repository at this point in the history
  • Loading branch information
isocolsky committed Oct 20, 2015
1 parent b1d4636 commit 63a1d0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/api.js
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ API.prototype._fetchLatestNotifications = function(interval, cb) {
};

if (!self.lastNotificationId) {
opts.timeSpan = interval + 2; // Give a couple of seconds for network latency
opts.timeSpan = interval;
}

self.getNotifications(opts, function(err, notifications) {
Expand Down

0 comments on commit 63a1d0a

Please sign in to comment.