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:
@ -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) {
|
||||
|
Reference in New Issue
Block a user