We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d72ff92 commit 4c602b7Copy full SHA for 4c602b7
deps/rabbitmq_mqtt/priv/schema/rabbitmq_mqtt.schema
@@ -283,4 +283,4 @@ end}.
283
%%
284
%% {mailbox_soft_limit, 30},
285
{mapping, "mqtt.mailbox_soft_limit", "rabbitmq_mqtt.mailbox_soft_limit",
286
- [{datatype, integer}]}.
+ [{datatype, integer}, {validators, ["non_negative_integer"]}]}.
0 commit comments