From 37e391f13361a9cddc93a4781f20549e001470ab Mon Sep 17 00:00:00 2001 From: vyzo Date: Sun, 29 Nov 2020 12:58:09 +0200 Subject: [PATCH] add TODO note about map size --- chain/store/splitstore/snoop.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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