ipfs-cluster/ipfsconn/ipfshttp
Hector Sanjuan e287bd1189 adder/single: do not re-add the same node twice
The ipfsadder actually ends up DAG-putting some nodes several times
(i.e. non-leafs, root)... but usually one after the other. This prevents that
and avoids sending the same data multiple times over the wire (not a good
thing to 3x a small payload because of this).
2022-03-28 20:22:03 +02:00
..
config_test.go Fix: repo/stat gets hammered on busy cluster peers 2022-02-01 01:34:17 +01:00
config.go Fix: repo/stat gets hammered on busy cluster peers 2022-02-01 01:34:17 +01:00
ipfshttp_test.go Adders: stream blocks to destinations 2022-03-24 17:24:58 +01:00
ipfshttp.go adder/single: do not re-add the same node twice 2022-03-28 20:22:03 +02:00