cid key size

This commit is contained in:
zenground0 2023-03-08 17:30:42 -07:00
parent efbc0ff12e
commit e5553554d1

View File

@ -67,7 +67,7 @@ var (
const (
batchSize = 16384
cidKeySize = 32
cidKeySize = 128
)
func (s *SplitStore) HeadChange(_, apply []*types.TipSet) error {