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) {
for {
select {
case <-broadcastSignal:
// Resend unfulfilled wantlist keys
case <-broadcastSignal: // resend unfulfilled wantlist keys
bs.sendWantlistToProviders(ctx)
broadcastSignal = time.After(rebroadcastDelay.Get())
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