Merge pull request #6420 from JimMoen/revert-topic-level-default-conf

revert(emqx_conf): zone.external.max_topic_levels
This commit is contained in:
JimMoen 2021-12-10 09:43:14 +08:00 committed by GitHub
commit 9a43125c9b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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.
## ##