Commit ef35c2a2 authored by Jeromy's avatar Jeromy Committed by Juan Batiz-Benet

turn rebroadcast back on

parent 2045a7b3
...@@ -42,11 +42,9 @@ func (bs *Bitswap) startWorkers(px process.Process, ctx context.Context) { ...@@ -42,11 +42,9 @@ func (bs *Bitswap) startWorkers(px process.Process, ctx context.Context) {
} }
// Start up a worker to manage periodically resending our wantlist out to peers // Start up a worker to manage periodically resending our wantlist out to peers
/* px.Go(func(px process.Process) {
px.Go(func(px process.Process) { bs.rebroadcastWorker(ctx)
bs.rebroadcastWorker(ctx) })
})
*/
// Start up a worker to manage sending out provides messages // Start up a worker to manage sending out provides messages
px.Go(func(px process.Process) { px.Go(func(px process.Process) {
......
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