Commit 63458193 authored by Brian Tiger Chow's avatar Brian Tiger Chow

doc

parent 3165eb7d
...@@ -295,8 +295,7 @@ func (bs *bitswap) clientWorker(parent context.Context) { ...@@ -295,8 +295,7 @@ func (bs *bitswap) clientWorker(parent context.Context) {
for { for {
select { select {
case <-broadcastSignal: case <-broadcastSignal: // resend unfulfilled wantlist keys
// Resend unfulfilled wantlist keys
bs.sendWantlistToProviders(ctx) bs.sendWantlistToProviders(ctx)
broadcastSignal = time.After(rebroadcastDelay.Get()) broadcastSignal = time.After(rebroadcastDelay.Get())
case ks := <-bs.batchRequests: case ks := <-bs.batchRequests:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment