You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-07-15 11:01:52 +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();
|
Presence.start();
|
||||||
cli.startClient({
|
cli.startClient({
|
||||||
pendingEventOrdering: "end",
|
pendingEventOrdering: "end",
|
||||||
// deliberately huge limit for now to avoid hitting gappy /sync's until gappy /sync performance improves
|
initialSyncLimit: 20,
|
||||||
initialSyncLimit: 250,
|
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user