ipfs-cluster/pintracker/maptracker
Hector Sanjuan 4549282cba Fix #277: Introduce maximum and minimum replication factor
This PR replaces ReplicationFactor with ReplicationFactorMax
and ReplicationFactor min.

This allows a CID to be pinned even though the desired
replication factor (max) is not reached, and prevents triggering
re-pinnings when the replication factor has not crossed the
lower threshold (min).

License: MIT
Signed-off-by: Hector Sanjuan <code@hector.link>
2018-01-16 16:36:06 +01:00
..
config_test.go MapPinTracker: support configuration section 2017-11-29 14:42:50 +01:00
config.go MapPinTracker: support configuration section 2017-11-29 14:42:50 +01:00
maptracker_test.go Fix #277: Introduce maximum and minimum replication factor 2018-01-16 16:36:06 +01:00
maptracker.go Fix #277: Introduce maximum and minimum replication factor 2018-01-16 16:36:06 +01:00