Skip to content

Commit ceb7851

Browse files
committed
feat: switch to newer changes stream package
this new version is maintained by npm and comes with many improvements, one of which is a significant performance improvement that uses linear instead of quadratic memory when catching up from early update sequences.
1 parent 1f9fb26 commit ceb7851

File tree

3 files changed

+299
-165
lines changed

3 files changed

+299
-165
lines changed

lib/follow.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ const crypto = require('crypto')
22
const url = require('url')
33

44
const _ = require('lodash')
5-
const ChangesStream = require('changes-stream')
5+
const ChangesStream = require('@npmcorp/changes-stream')
66
const request = require('request')
77
const StatsD = require('hot-shots')
88
const cleanDoc = require('normalize-registry-metadata')

0 commit comments

Comments
 (0)