9 lines
148 B
Go
9 lines
148 B
Go
package build
|
|
|
|
// Core network constants
|
|
|
|
const UnixfsChunkSize uint64 = 1 << 20
|
|
const SectorSize = 1024
|
|
|
|
// TODO: Move other important consts here
|