ipfs-cluster/ipfs-cluster-service
Hector Sanjuan 4d8f975d9b StateSync(): some improvements
This commit:

* Does not collect and return changed items when doing StateSync (they are
not used)
* Removes the StateSync RPC method (no longer used)
* Uses tracker.StatusAll() rather than requesting Status on each Cid (should
be faster with upcoming pintracker)
* Does not launch a go-routine to track every item. Track is an async
operation. This likely causes 1000s goroutines to be started with no good
reason.

License: MIT
Signed-off-by: Hector Sanjuan <code@hector.link>
2018-05-25 09:58:18 +02:00
..
dist Docs: Move to website. 2018-04-27 09:05:11 +02:00
configs.go Pubsubmon: enable by default when using ipfs-cluster-service 2018-05-07 18:47:05 +02:00
daemon.go StateSync(): some improvements 2018-05-25 09:58:18 +02:00
lock.go cmd/svc/lock: check config dir and file existence 2018-04-03 15:29:27 +10:00
main.go Pubsubmon: enable by default when using ipfs-cluster-service 2018-05-07 18:47:05 +02:00
Makefile Makefile: add a source target to properly trigger a build on source change 2018-05-18 01:46:19 +02:00
state.go Feat: emancipate Consensus from the Cluster component 2018-05-07 07:39:41 +02:00