retrieval: set params back to 1024

This commit is contained in:
Łukasz Magiera 2019-08-29 21:00:12 +02:00
parent 711c61cba1
commit eedd098295

View File

@ -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