Skip to content

Commit

Permalink
hide two of remaining 3 options. only memory percent is now visible.
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewVon committed Feb 24, 2014
1 parent 63733a9 commit fc3f09e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions priv/eleveldb.schema
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
%% @doc Where LevelDB will store its data.
{mapping, "leveldb.data_root", "eleveldb.data_root", [
{datatype, directory},
{default, "#(platform_data_dir)/leveldb"}
{default, "#(platform_data_dir)/leveldb"},
hidden
]}.

%% @see leveldb.data_root
Expand Down Expand Up @@ -266,7 +267,8 @@
%% .sst table file. Value of 'off' disables the feature.
{mapping, "leveldb.compaction.trigger.tombstone_count", "eleveldb.delete_threshold", [
{default, 1000},
{datatype, [integer, {atom, off}]}
{datatype, [integer, {atom, off}]},
hidden
]}.

{translation,
Expand Down

0 comments on commit fc3f09e

Please sign in to comment.