retrieval: set params back to 1024
This commit is contained in:
parent
711c61cba1
commit
eedd098295
@ -5,6 +5,6 @@ package build
|
||||
const UnixfsChunkSize uint64 = 1 << 20
|
||||
const UnixfsLinksPerLevel = 1024
|
||||
|
||||
const SectorSize = 268435456
|
||||
const SectorSize = 1024
|
||||
|
||||
// TODO: Move other important consts here
|
||||
|
Loading…
Reference in New Issue
Block a user