mirror of
https://github.com/scylladb/scylladb.git
synced 2026-05-12 19:02:12 +00:00
Commit49892a0, back in 2018, bumps the compaction shares by 200 to guarantee a minimum base line. However, after commite3f561d, major compaction runs in maintenance group meaning that bumping shares became completely irrelevant and only causes regular compaction to be unnecessarily more aggressive. Fixes #13487. Signed-off-by: Raphael S. Carvalho <raphaelsc@scylladb.com> Closes #13488