vhost_max: add a Cuttlefish validator

This commit is contained in:
Michael Klishin 2023-04-01 23:11:29 +04:00
parent 947c0b765e
commit 1e4555b3b7
1 changed files with 1 additions and 1 deletions

View File

@ -898,7 +898,7 @@ end}.
}.
{mapping, "vhost_max", "rabbit.vhost_max",
[{datatype, [{atom, infinity}, integer]}]}.
[{datatype, [{atom, infinity}, integer]}, {validators, ["non_negative_integer"]}]}.
{translation, "rabbit.vhost_max",
fun(Conf) ->