mirror of
https://github.com/scylladb/scylladb.git
synced 2026-06-01 04:26:48 +00:00
This is to make it constructible in a way most other services are -- all the "scalar" parameters are passed via a config. With this it will be much shorter to add compaction bandwidth throttling option by just extending the config itself, not the list of constructor arguments (and all its callers). Signed-off-by: Pavel Emelyanov <xemul@scylladb.com>