You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-07-12 12:41:46 +03:00
Set the sync limit back to sane levels
This commit is contained in:
@ -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,
|
||||
});
|
||||
},
|
||||
|
||||
|
Reference in New Issue
Block a user