Skip to content

Commit f935a89

Browse files
authored
Merge pull request #15 from OpenRiak/nhse-o34-orkv.i38-compression
Change default compression setting
2 parents a4c63d3 + a2d122f commit f935a89

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

priv/leveled.schema

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
%% compression) within term_to_binary
4848
{mapping, "leveled.compression_method", "leveled.compression_method", [
4949
{datatype, {enum, [native, lz4, zstd, none]}},
50-
{default, native}
50+
{default, zstd}
5151
]}.
5252

5353
%% @doc Ledger compression

priv/leveled_multi.schema

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
%% within term_to_binary
4141
{mapping, "multi_backend.$name.leveled.compression_method", "riak_kv.multi_backend", [
4242
{datatype, {enum, [native, lz4, zstd, none]}},
43-
{default, native},
43+
{default, zstd},
4444
hidden
4545
]}.
4646

0 commit comments

Comments
 (0)