@cryptotaxi247 / kubo / commits / 594c7786c

turn rebroadcast back on

Jeromy committed May 16, 2015 at 20:38 UTC 594c7786c3349d7b83c11d677329e7ebd79451ae
1 file changed +3 -5
exchange/bitswap/workers.go
+3 -5
@@ -42,11 +42,9 @@ func (bs *Bitswap) startWorkers(px process.Process, ctx context.Context) {
42 }
43
44 // Start up a worker to manage periodically resending our wantlist out to peers
45 - /*
46 - px.Go(func(px process.Process) {
47 - bs.rebroadcastWorker(ctx)
48 - })
49 - */
45 + px.Go(func(px process.Process) {
46 + bs.rebroadcastWorker(ctx)
47 + })
48
49 // Start up a worker to manage sending out provides messages
50 px.Go(func(px process.Process) {