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) {
}
// Start up a worker to manage periodically resending our wantlist out to peers
/*
px.Go(func(px process.Process) {
bs.rebroadcastWorker(ctx)
})
*/
px.Go(func(px process.Process) {
bs.rebroadcastWorker(ctx)
})
// Start up a worker to manage sending out provides messages
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