summaryrefslogtreecommitdiff
path: root/priv/schema
diff options
context:
space:
mode:
Diffstat (limited to 'priv/schema')
-rw-r--r--priv/schema/rabbit.schema8
1 files changed, 8 insertions, 0 deletions
diff --git a/priv/schema/rabbit.schema b/priv/schema/rabbit.schema
index a39e47f7af..77d0fa89d8 100644
--- a/priv/schema/rabbit.schema
+++ b/priv/schema/rabbit.schema
@@ -1150,6 +1150,14 @@ end}.
{datatype, {enum, [debug, info, notice, warning, error, critical, alert, emergency, none]}}
]}.
+% ==========================
+% Kernel section
+% ==========================
+
+{mapping, "net_ticktime", "kernel.net_ticktime",[
+ {datatype, [integer]}
+]}.
+
% ===============================
% Validators
% ===============================