mirror of
https://github.com/element-hq/element-web
synced 2024-11-28 12:28:50 +03:00
Merge pull request #135 from matrix-org/kegan/sync-limit
Set the sync limit back to sane levels
This commit is contained in:
commit
75ff4f0f95
1 changed files with 1 additions and 2 deletions
|
@ -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,
|
||||
});
|
||||
},
|
||||
|
||||
|
|
Loading…
Reference in a new issue