From b485c752660672c7f3b89328ed58f4fc78f2b969 Mon Sep 17 00:00:00 2001 From: Zaiming Shi Date: Thu, 27 May 2021 09:46:45 +0200 Subject: [PATCH] fix: emqtt performance emqtt 1.2.3.1 has the fix for big binary concatenation performance --- rebar.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rebar.config b/rebar.config index b62b8055b..09c9223c0 100644 --- a/rebar.config +++ b/rebar.config @@ -50,7 +50,7 @@ , {ecpool, {git, "https://github.com/emqx/ecpool", {tag, "0.5.1"}}} , {replayq, {git, "https://github.com/emqx/replayq", {tag, "0.3.2"}}} , {pbkdf2, {git, "https://github.com/emqx/erlang-pbkdf2.git", {branch, "2.0.4"}}} - , {emqtt, {git, "https://github.com/emqx/emqtt", {tag, "1.2.3"}}} + , {emqtt, {git, "https://github.com/emqx/emqtt", {tag, "1.2.3.1"}}} , {rulesql, {git, "https://github.com/emqx/rulesql", {tag, "0.1.2"}}} , {recon, {git, "https://github.com/ferd/recon", {tag, "2.5.1"}}} , {observer_cli, "1.6.1"} % NOTE: depends on recon 2.5.1