From a1992841130bbfd71e79a822b59e3098d3974919 Mon Sep 17 00:00:00 2001 From: Bulat-Ziganshin Date: Thu, 8 Sep 2022 12:26:46 +0300 Subject: [PATCH] BlockSize = 65536 --- codex/blocktype.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codex/blocktype.nim b/codex/blocktype.nim index 8e1d82e7..5482536e 100644 --- a/codex/blocktype.nim +++ b/codex/blocktype.nim @@ -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