From c02d7808c1e8b9b65242a3754f6cf58e9c2dd9bd Mon Sep 17 00:00:00 2001 From: Amish Shah Date: Sat, 13 Aug 2016 16:01:01 +0100 Subject: [PATCH] =?UTF-8?q?go=20back=20to=20protocol=205=20because=20the?= =?UTF-8?q?=20docs=20aren't=20ready=20for=20v6=20=C2=AF\=5F(=E3=83=84)=5F/?= =?UTF-8?q?=C2=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/util/Constants.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/util/Constants.js b/src/util/Constants.js index 0625118e1..69780c241 100644 --- a/src/util/Constants.js +++ b/src/util/Constants.js @@ -10,7 +10,7 @@ exports.DefaultOptions = { $referring_domain: '', }, }, - protocol_version: 6, + protocol_version: 5, max_message_cache: 200, rest_ws_bridge_timeout: 5000, };