mirror of
https://github.com/logos-storage/logos-storage-nim.git
synced 2026-01-09 17:03:09 +00:00
sets the default piece length to be 256KiB
This commit is contained in:
parent
93befc9dac
commit
42f4aa21b9
@ -25,7 +25,8 @@ export tables
|
||||
|
||||
const
|
||||
# BitTorrent specific
|
||||
DefaultPieceLength* = NBytes 1024 * 64
|
||||
# DefaultPieceLength* = NBytes 1024 * 1024 * 4 # 4MiB
|
||||
DefaultPieceLength* = NBytes 1024 * 256 # 256KiB
|
||||
BitTorrentBlockSize* = NBytes 1024 * 16
|
||||
|
||||
# Size of blocks for storage / network exchange,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user