revert(emqx_conf): zone.external.max_topic_levels

revert part of changes in 289415b5aa
This commit is contained in:
JimMoen 2021-12-09 19:58:14 +08:00
parent f3fffb6156
commit db8131d2a5
1 changed files with 1 additions and 2 deletions

View File

@ -772,8 +772,7 @@ zone.external.force_gc_policy = 16000|16MB
## Maximum topic levels allowed. 0 means no limit. ## Maximum topic levels allowed. 0 means no limit.
## ##
## Value: Number [0-65535] ## Value: Number [0-65535]
## Default: 7 ## zone.external.max_topic_levels = 7
zone.external.max_topic_levels = 7
## Maximum QoS allowed. ## Maximum QoS allowed.
## ##