mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-27 03:45:11 +00:00
The only difference between those two are in the way backlog controller is created. It's much simpler to have the controller construction logic in compaction manager instead. Similar "trick" is used to construct flush controller for the database. Signed-off-by: Pavel Emelyanov <xemul@scylladb.com>