13 lines
371 B
Erlang
13 lines
371 B
Erlang
{application, emqx_slow_subs,
|
|
[{description, "EMQ X Slow Subscribers Statistics"},
|
|
{vsn, "1.0.0"}, % strict semver, bump manually!
|
|
{modules, []},
|
|
{registered, [emqx_slow_subs_sup]},
|
|
{applications, [kernel,stdlib]},
|
|
{mod, {emqx_slow_subs_app,[]}},
|
|
{env, []},
|
|
{licenses, ["Apache-2.0"]},
|
|
{maintainers, ["EMQ X Team <contact@emqx.io>"]},
|
|
{links, []}
|
|
]}.
|