DEFAULT_MIN_SSTABLE_SIZE is defined as `50L * 1024L * 1024L` which is 50 MB, not 50 bytes. Fixes #14413 Signed-off-by: Benny Halevy <bhalevy@scylladb.com> Closes #14414