From f3fa5d6a2a12d98e9d758b4ddee944e4310abd4e Mon Sep 17 00:00:00 2001 From: Kegan Dougal Date: Thu, 4 Feb 2016 13:30:25 +0000 Subject: [PATCH] Set the sync limit back to sane levels --- src/components/structures/MatrixChat.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/components/structures/MatrixChat.js b/src/components/structures/MatrixChat.js index a46efc8025..3fbcf80805 100644 --- a/src/components/structures/MatrixChat.js +++ b/src/components/structures/MatrixChat.js @@ -586,8 +586,7 @@ module.exports = React.createClass({ Presence.start(); cli.startClient({ pendingEventOrdering: "end", - // deliberately huge limit for now to avoid hitting gappy /sync's until gappy /sync performance improves - initialSyncLimit: 250, + initialSyncLimit: 20, }); },