From 47e1875345e4cdbab487bb52d91ab66806f96a8d Mon Sep 17 00:00:00 2001 From: "Zaiming (Stone) Shi" Date: Mon, 13 Dec 2021 20:50:28 +0100 Subject: [PATCH] build: add back emqx_slow_subs to release app list accidently lost it during rebase --- rebar.config.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rebar.config.erl b/rebar.config.erl index 0ee5aaeb2..b73a7a740 100644 --- a/rebar.config.erl +++ b/rebar.config.erl @@ -305,7 +305,7 @@ relx_apps(ReleaseType, Edition) -> , emqx_statsd , emqx_prometheus , emqx_psk - + , emqx_slow_subs , emqx_plugins ] ++ [quicer || is_quicer_supported()]