mirror of
https://github.com/scylladb/scylladb.git
synced 2026-05-29 11:10:40 +00:00
auto_compaction_disabled_by_user is a configuration that can be enabled or disabled on a particular table. We're adding this interface to avoid having to push the configuration for every compaction_state, which would result in redundant information as the configuration value is the same for all table states. Signed-off-by: Raphael S. Carvalho <raphaelsc@scylladb.com>