mirror of
https://github.com/logos-storage/logos-storage-nim.git
synced 2026-01-16 12:23:07 +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