Skip to content

Commit 95e61d4

Browse files
Blob Store compress default false (#40054)
Fixed documentation to comply with code (compress=false is default until 8.0).
1 parent 8d01b11 commit 95e61d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference/modules/snapshots.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ The following settings are supported:
203203

204204
[horizontal]
205205
`location`:: Location of the snapshots. Mandatory.
206-
`compress`:: Turns on compression of the snapshot files. Compression is applied only to metadata files (index mapping and settings). Data files are not compressed. Defaults to `true`.
206+
`compress`:: Turns on compression of the snapshot files. Compression is applied only to metadata files (index mapping and settings). Data files are not compressed. Defaults to `false`.
207207
`chunk_size`:: Big files can be broken down into chunks during snapshotting if needed. The chunk size can be specified in bytes or by
208208
using size value notation, i.e. 1g, 10m, 5k. Defaults to `null` (unlimited chunk size).
209209
`max_restore_bytes_per_sec`:: Throttles per node restore rate. Defaults to `40mb` per second.

0 commit comments

Comments
 (0)