elasticsearch/docs/plugins/repository-shared-settings.asciidoc
2021-03-31 09:57:47 -04:00

12 lines
351 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.
`readonly`::
Makes repository read-only. Defaults to `false`.