Set the sync limit back to sane levels

This commit is contained in:
Kegan Dougal 2016-02-04 13:30:25 +00:00
parent 6c9d48bd3a
commit f3fa5d6a2a

View file

@ -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,
});
},