elasticsearch/docs/plugins/repository-shared-settings.asciidoc
Iraklis Psaroudakis 7bfc672eb4
Tie snapshot speed to node bandwidth settings (#91021)
If the recovery node bandwidth settings exist,
then the default value for max snapshot speed will
be infinite, and the speed will be rate limited
by the recovery rate limit as well.

Fixes #57023
2022-11-15 16:13:09 +02:00

15 lines
567 B
Text

`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`.