fix(conf): fix split modules conf error
This commit is contained in:
parent
4bf0ad1baf
commit
08366c2735
|
@ -2092,6 +2092,8 @@ module.presence.qos = 1
|
||||||
## module.rewrite.pub.rule.1 = x/# ^x/y/(.+)$ z/y/$1
|
## module.rewrite.pub.rule.1 = x/# ^x/y/(.+)$ z/y/$1
|
||||||
## module.rewrite.sub.rule.1 = y/+/z/# ^y/(.+)/z/(.+)$ y/z/$2
|
## module.rewrite.sub.rule.1 = y/+/z/# ^y/(.+)/z/(.+)$ y/z/$2
|
||||||
|
|
||||||
|
## CONFIG_SECTION_END=modules ==================================================
|
||||||
|
|
||||||
##-------------------------------------------------------------------
|
##-------------------------------------------------------------------
|
||||||
## Plugins
|
## Plugins
|
||||||
##-------------------------------------------------------------------
|
##-------------------------------------------------------------------
|
||||||
|
@ -2163,8 +2165,6 @@ broker.shared_dispatch_ack_enabled = false
|
||||||
## Value: Flag
|
## Value: Flag
|
||||||
broker.route_batch_clean = off
|
broker.route_batch_clean = off
|
||||||
|
|
||||||
## CONFIG_SECTION_END=modules ==================================================
|
|
||||||
|
|
||||||
## CONFIG_SECTION_BGN=sys_mon ==================================================
|
## CONFIG_SECTION_BGN=sys_mon ==================================================
|
||||||
|
|
||||||
## Enable Long GC monitoring. Disable if the value is 0.
|
## Enable Long GC monitoring. Disable if the value is 0.
|
||||||
|
|
Loading…
Reference in New Issue