greenkeeperio / changes

đŸ‘‚ follow the npm registry
https://greenkeeper.io
Apache License 2.0
6 stars 11 forks source link

checkFollower might need adjustments for CouchDB 2.x style changes feeds #24

Open janl opened 6 years ago

janl commented 6 years ago

https://github.com/greenkeeperio/changes/blob/master/lib/follow.js#L52 does integer math on the update_seq. That’s no longer allowed in CouchDB 2.x. This might work by accident, but we should make sure ;D