mirror of
https://github.com/ipfs/kubo.git
synced 2025-09-09 19:32:24 +08:00
Merge pull request #986 from ipfs/feat/dht-bw-usage
reduce dht bandwidth consumption
This commit is contained in:
@ -226,5 +226,5 @@ func (dht *IpfsDHT) handleAddProvider(ctx context.Context, p peer.ID, pmes *pb.M
|
||||
dht.providers.AddProvider(ctx, key, p)
|
||||
}
|
||||
|
||||
return pmes, nil // send back same msg as confirmation.
|
||||
return nil, nil
|
||||
}
|
||||
|
Reference in New Issue
Block a user