#121 change default basement node size to 64KB from 128KB

This commit is contained in:
Rich Prohaska 2013-10-04 16:05:34 -04:00
parent 984d167157
commit 4a06655ee0

View file

@ -225,7 +225,7 @@ static MYSQL_THDVAR_UINT(read_block_size,
"fractal tree read block size",
NULL,
NULL,
128*1024, // default
64*1024, // default
4096, // min
~0U, // max
1 // blocksize???