BlockSize = 65536

This commit is contained in:
Bulat-Ziganshin 2022-09-08 12:26:46 +03:00
parent 0bbecc5092
commit a199284113
1 changed files with 1 additions and 1 deletions

View File

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