@cryptotaxi247 / kubo / commits / 6a580e50d

doc

Brian Tiger Chow committed Jan 4, 2015 at 17:45 UTC 6a580e50d39366b5de7301812b9dfc9cb2a47352
1 file changed +1 -2
exchange/bitswap/bitswap.go
+1 -2
@@ -295,8 +295,7 @@ func (bs *bitswap) clientWorker(parent context.Context) {
295
296 for {
297 select {
298 - case <-broadcastSignal:
299 - // Resend unfulfilled wantlist keys
298 + case <-broadcastSignal: // resend unfulfilled wantlist keys
299 bs.sendWantlistToProviders(ctx)
300 broadcastSignal = time.After(rebroadcastDelay.Get())
301 case ks := <-bs.batchRequests: