sizeBasedCompaction method

bool sizeBasedCompaction()

Implementation

bool sizeBasedCompaction() {
  return sizeInKB != -1;
}