mirror of
https://github.com/scylladb/scylladb.git
synced 2026-06-02 13:06:57 +00:00
table: Remove outdated comment regarding automatic compaction
We already provide a way to disable automatic compaction. Signed-off-by: Raphael S. Carvalho <raphaelsc@scylladb.com>
This commit is contained in:
@@ -934,7 +934,6 @@ table::try_flush_memtable_to_sstable(compaction_group& cg, lw_shared_ptr<memtabl
|
||||
|
||||
void
|
||||
table::start() {
|
||||
// FIXME: add option to disable automatic compaction.
|
||||
start_compaction();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user