Update priv/leveled.schema

The snapshottimeouts would not normally eb changed - so make them hidden
This commit is contained in:
Martin Sumner 2018-12-14 14:27:44 +00:00
parent ef068326a0
commit ceea196cc0

View file

@ -122,7 +122,8 @@
%% file processes to delete. Timeout is in seconds. %% file processes to delete. Timeout is in seconds.
{mapping, "leveled.snapshot_timeout_short", "leveled.snapshot_timeout_short", [ {mapping, "leveled.snapshot_timeout_short", "leveled.snapshot_timeout_short", [
{default, 1800}, {default, 1800},
{datatype, integer} {datatype, integer},
hidden
]}. ]}.
%% @doc Snapshot timeout (long) %% @doc Snapshot timeout (long)
@ -131,7 +132,8 @@
%% file processes to delete. Timeout is in seconds. %% file processes to delete. Timeout is in seconds.
{mapping, "leveled.snapshot_timeout_long", "leveled.snapshot_timeout_long", [ {mapping, "leveled.snapshot_timeout_long", "leveled.snapshot_timeout_long", [
{default, 86400}, {default, 86400},
{datatype, integer} {datatype, integer},
hidden
]}. ]}.