mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-25 11:00:35 +00:00
If a user that changes the default UNIT from DAYS to HOURS and does not set the compaction_window_size will endup with a window of 24H instead of 1H. According to the docs https://docs.scylladb.com/getting-started/compaction/#twcs-options compaction_window_size should default to a value of 1. Fixes #4310 Signed-off-by: Benny Halevy <bhalevy@scylladb.com> Message-Id: <20190307131318.13998-1-bhalevy@scylladb.com>