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