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 64116ee commit c94952fCopy full SHA for c94952f
lib/replicator.js
@@ -1034,6 +1034,7 @@ class Peer {
1034
}
1035
1036
_requestRangeBlock (index, length) {
1037
+ this.tracer.trace('_requestRangeBlock')
1038
if (this.core.bitfield.get(index) === true || !this._hasTreeParent(index)) return false
1039
1040
const b = this.replicator._blocks.add(index, PRIORITY.NORMAL)
@@ -1179,6 +1180,7 @@ class Peer {
1179
1180
1181
1182
async _send (req) {
1183
+ this.tracer.trace('_send-start')
1184
const fork = this.core.tree.fork
1185
1186
this.inflight++
0 commit comments