chore: fix syntax error

This commit is contained in:
zhanghongtong 2021-04-16 20:14:22 +08:00
parent 28810b62c8
commit 6429c948c1
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@
{load_module, emqx_channel, brutal_purge, soft_purge, []},
{load_module, emqx_mod_topic_metrics, brutal_purge, soft_purge, []},
{load_module, emqx_json, brutal_purge, soft_purge, []},
{load_module, emqx_ws_connection, brutal_purge, soft_purge, []}
{load_module, emqx_ws_connection, brutal_purge, soft_purge, []},
{apply, {application, set_env,
[emqx, force_shutdown_policy,
#{message_queue_len => DefaultLen,