Skip to content

Commit

Permalink
Merge pull request #238 from martinsumner/mas-innn-schemamixup
Browse files Browse the repository at this point in the history
Typo
  • Loading branch information
martinsumner authored Dec 14, 2018
2 parents d246fd3 + 8ccb985 commit 420322c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions priv/leveled_multi.schema
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
%% @doc A path under which leveled data files will be stored.
{mapping, "multi_backend.$name.leveled.data_root", "riak_kv.multi_backend", [
{default, "$(platform_data_dir)/leveled"},
{datatype, directory}
{datatype, directory},
hidden
]}.

Expand All @@ -16,7 +16,7 @@
%% Flash-backed Write Caches)
{mapping, "multi_backend.$name.leveled.sync_strategy", "riak_kv.multi_backend", [
{default, none},
{datatype, atom}
{datatype, atom},
hidden
]}.

Expand Down

0 comments on commit 420322c

Please sign in to comment.