We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2439fb1 commit 56c423fCopy full SHA for 56c423f
lib/prefetcher.js
@@ -46,7 +46,7 @@ module.exports = class Prefetcher {
46
let end = this.end
47
48
while (end < this.endBound && this.missing < this.max) {
49
- end = this.core.core.bitfield.firstUnset(end) + 1
+ end = this.core.core.replicator.localBitfield.firstUnset(end) + 1
50
if (end >= this.endBound) break
51
this.missing++
52
}
0 commit comments