ipfs-cluster/cmd/ipfs-cluster-follow
Hector Sanjuan 7378183b36 Speed up and improve "ipfs-cluster-follow * list"
For the online case we were unnecessarily loading the configuration from IPFS, a very
slow operation if IPFS is very busy (when syncing).

For the offline case, we required IPFS to be online (for remote
configurations) slow things down as well and is uncovenient. Instead, simply
open the database with default parameters and list it.
2020-05-15 01:08:30 +02:00
..
dist Chore: Add license file with URLS (#1014) 2020-03-06 13:52:19 +01:00
commands.go Speed up and improve "ipfs-cluster-follow * list" 2020-05-15 01:08:30 +02:00
main.go Fix #992: Ensure the gateway variable is set on the run --init command 2019-12-23 23:32:06 +01:00
Makefile Fix #1012: Trim paths on Makefile builds 2020-03-06 14:49:19 +01:00