1
0
mirror of https://github.com/ipfs/kubo.git synced 2025-06-30 18:13:54 +08:00

turn rebroadcast back on

This commit is contained in:
Jeromy
2015-05-16 20:38:42 -07:00
committed by Juan Batiz-Benet
parent 6ab4bfea95
commit 594c7786c3

View File

@ -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) {