Commit 0aee8b0
committed
Blob Store compress default to true
Changed default of compress setting from false to true for blob store
repositories. This aligns the code with documentation and also seems
like the better default.1 parent 2924370 commit 0aee8b0
File tree
2 files changed
+12
-1
lines changed- docs/reference/migration/migrate_8_0
- server/src/main/java/org/elasticsearch/repositories/blobstore
2 files changed
+12
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
199 | 199 | | |
200 | 200 | | |
201 | 201 | | |
202 | | - | |
| 202 | + | |
203 | 203 | | |
204 | 204 | | |
205 | 205 | | |
| |||
0 commit comments