fix: change the defualt value of `max_topic_levels` to 128

This commit is contained in:
firest 2022-11-22 17:18:02 +08:00
parent 5cd31e4b62
commit 118a97a0d8
1 changed files with 1 additions and 1 deletions

View File

@ -399,7 +399,7 @@ fields("mqtt") ->
sc(
range(1, 65535),
#{
default => 65535,
default => 128,
desc => ?DESC(mqtt_max_topic_levels)
}
)},