Modify the default proportion of the last file

This commit is contained in:
slguan 2019-07-16 14:12:53 +08:00
parent 02d1d6c525
commit 6a1a3c2414
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ int tsCacheBlockSize = 16384; // 256 columns
int tsAverageCacheBlocks = 4;
int tsRowsInFileBlock = 4096;
float tsFileBlockMinPercent = 0.25;
float tsFileBlockMinPercent = 0.05;
short tsNumOfBlocksPerMeter = 100;
int tsCommitTime = 3600; // seconds