Update priv/leveled.schema
The snapshottimeouts would not normally eb changed - so make them hidden
This commit is contained in:
parent
ef068326a0
commit
ceea196cc0
1 changed files with 4 additions and 2 deletions
|
@ -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
|
||||||
]}.
|
]}.
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue