This commit is contained in:
Dmitriy Ryajov 2024-02-06 10:20:15 -06:00
parent da7a6a6712
commit 48faccb833
No known key found for this signature in database
GPG Key ID: DA8C680CE7C657A4

View File

@ -25,7 +25,7 @@ export tables
const const
# Size of blocks for storage / network exchange, # Size of blocks for storage / network exchange,
DefaultBlockSize* = NBytes 1024*64 DefaultBlockSize* = NBytes 1024 * 64
DefaultCellSize* = NBytes 2048 DefaultCellSize* = NBytes 2048
DefaultSamplesNum* = 20 DefaultSamplesNum* = 20