2019-08-26 18:23:11 +00:00
|
|
|
package build
|
|
|
|
|
|
|
|
// Core network constants
|
|
|
|
|
|
|
|
const UnixfsChunkSize uint64 = 1 << 20
|
2019-08-27 22:10:23 +00:00
|
|
|
const UnixfsLinksPerLevel = 1024
|
|
|
|
|
2019-08-27 23:03:22 +00:00
|
|
|
const SectorSize = 16 << 20
|
2019-08-26 18:23:11 +00:00
|
|
|
|
|
|
|
// TODO: Move other important consts here
|