elasticsearch/docs/plugins/repository-shared-settings....

16 lines
567 B
Plaintext

`max_restore_bytes_per_sec`::
Throttles per node restore rate. Defaults to unlimited.
Note that restores are also throttled through {ref}/recovery.html[recovery settings].
`max_snapshot_bytes_per_sec`::
Throttles per node snapshot rate. Defaults to `40mb` per second.
Note that if the {ref}/recovery.html[recovery settings for managed services]
are set, then it defaults to unlimited, and the rate is additionally
throttled through {ref}/recovery.html[recovery settings].
`readonly`::
Makes repository read-only. Defaults to `false`.