lotus/build/params.go
2019-08-29 21:00:12 +02:00

11 lines
182 B
Go

package build
// Core network constants
const UnixfsChunkSize uint64 = 1 << 20
const UnixfsLinksPerLevel = 1024
const SectorSize = 1024
// TODO: Move other important consts here