Merge branch 'stable/e4.2.7' into dev/e4.2.8

This commit is contained in:
JianBo He 2021-09-27 17:09:34 +08:00 committed by GitHub
commit 094c8fc48b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -120,6 +120,9 @@
{load_module,emqx_alarm_handler,brutal_purge,soft_purge,[]},
{load_module,emqx_misc,brutal_purge,soft_purge,[]}
]},
{<<"4.2.6">>, [
{load_module, emqx_channel, brutal_purge, soft_purge, []}
]},
{<<".*">>, []}
],
[
@ -241,6 +244,9 @@
{load_module,emqx_alarm_handler,brutal_purge,soft_purge,[]},
{load_module,emqx_misc,brutal_purge,soft_purge,[]}
]},
{<<"4.2.6">>, [
{load_module, emqx_channel, brutal_purge, soft_purge, []}
]},
{<<".*">>, []}
]
}.