Merge pull request #135 from matrix-org/kegan/sync-limit

Set the sync limit back to sane levels
This commit is contained in:
Kegsay 2016-02-04 15:47:31 +00:00
commit 75ff4f0f95

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