Hello:
Is there a way to update the max_snapshot_bytes_per_sec setting on a repository without deleting and recreating it?
We have an S3 repo configured with a bunch of snapshots. As the daily data volume has grown the time it takes to complete the snapshot has increased. We would like to bump up the max_snapshot_bytes_per_sec setting on the repo. However, updating the repo results in this error:
> "type": "illegal_state_exception",
> "reason": "trying to modify or unregister repository that is currently used "
Is there a way to update this setting without creating a new repo?