mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-21 17:10:35 +00:00
Set true to wait for the repair to complete. Set false to skip waiting
for the repair to complete. When the option is not provided, it defaults
to false.
It is useful for management tool that wants the api to be async.
Fixes #22418
Closes scylladb/scylladb#22436
(cherry picked from commit fb318d0c81)
Closes scylladb/scylladb#22851