mirror of
https://github.com/scylladb/scylladb.git
synced 2026-06-01 20:46:56 +00:00
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