You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-06-26 04:01:04 +03:00
increase initialSyncLimit enormously to avoid slow gappy /syncs for now
This commit is contained in:
@ -522,7 +522,9 @@ module.exports = React.createClass({
|
|||||||
UserActivity.start();
|
UserActivity.start();
|
||||||
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: 250,
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user