Skip to content

Commit

Permalink
default compression level change in the settings
Browse files Browse the repository at this point in the history
Signed-off-by: Sarthak Aggarwal <sarthagg@amazon.com>
  • Loading branch information
sarthakaggarwal97 committed Jul 6, 2023
1 parent 61475f9 commit 5a79539
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ public Supplier<RetentionLeases> retentionLeasesSupplier() {
*/
public static final Setting<Integer> INDEX_CODEC_COMPRESSION_LEVEL_SETTING = Setting.intSetting(
"index.codec.compression_level",
6,
3,
1,
6,
Property.IndexScope
Expand Down

0 comments on commit 5a79539

Please sign in to comment.