diff --git a/chain/store/splitstore/snoop.go b/chain/store/splitstore/snoop.go index 3a452a933..e7dceaaef 100644 --- a/chain/store/splitstore/snoop.go +++ b/chain/store/splitstore/snoop.go @@ -12,7 +12,7 @@ import ( "github.com/filecoin-project/go-state-types/abi" ) -var TrackingStoreMapSize int64 = 1 << 34 // 16G +var TrackingStoreMapSize int64 = 1 << 34 // 16G; TODO this may be a little too big, we should figure out how to gradually grow the map. type TrackingStore interface { Put(cid.Cid, abi.ChainEpoch) error