mirror of
https://github.com/codex-storage/nim-codex.git
synced 2025-02-19 16:24:32 +00:00
BlockSize = 65536
This commit is contained in:
parent
0bbecc5092
commit
a199284113
@ -22,7 +22,7 @@ import pkg/questionable/results
|
||||
import ./errors
|
||||
|
||||
const
|
||||
BlockSize* = 31 * 64 * 4 # block size
|
||||
BlockSize* = 65536 # block size
|
||||
|
||||
type
|
||||
Block* = ref object of RootObj
|
||||
|
Loading…
x
Reference in New Issue
Block a user