Skip to content

Commit

Permalink
update eleveldb_multi.schema and leveldb tag (2.0.29)
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew V committed Sep 13, 2016
1 parent a23ebe9 commit c64ee9e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion c_src/build_deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ if [ `uname -s` = 'SunOS' -a "${POSIX_SHELL}" != "true" ]; then
fi
unset POSIX_SHELL # clear it so if we invoke other scripts, they run as ksh as well

LEVELDB_VSN="2.0.28"
LEVELDB_VSN="2.0.29"

SNAPPY_VSN="1.0.4"

Expand Down
3 changes: 2 additions & 1 deletion priv/eleveldb_multi.schema
Original file line number Diff line number Diff line change
Expand Up @@ -117,13 +117,14 @@
"multi_backend.$name.leveldb.compression",
"riak_kv.multi_backend", [
{default, on},
{commented, on},
{datatype, flag}
]}.

{mapping,
"multi_backend.$name.leveldb.compression.algorithm",
"riak_kv.multi_backend", [
{new_conf_value, lz4},
{commented, lz4},
{datatype, {enum, [snappy, lz4]}}
]}.

Expand Down

0 comments on commit c64ee9e

Please sign in to comment.