Skip to content

Commit

Permalink
Removed time penalties from regular event-reader operation.
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephen Sebro authored and Stephen Sebro committed Apr 30, 2015
1 parent 2c2bbb7 commit cb474d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/events-reader.js
Original file line number Diff line number Diff line change
Expand Up @@ -189,10 +189,10 @@ module.exports = function (harvesterApp) {
});

} else {
that.reschedule(1000);
that.reschedule(0);
}
} else {
that.reschedule(1000);
that.reschedule(0);
}
};

Expand Down

0 comments on commit cb474d4

Please sign in to comment.