mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-06-28 09:28:55 -04:00
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
15 lines
567 B
Text
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`.
|