Fix default block size

This commit is contained in:
Nikolay Puzanov 2023-06-17 14:36:52 +03:00
parent 142fb46b2f
commit a68a7b4790

2
run.sh
View File

@ -2,7 +2,7 @@
## Default valies
CPU_COUNT=1024
BLOCK_SIZE=1
BLOCK_SIZE=1024
THREADS=1
BLD_SCRIPT="__build.sh"