mirror of https://github.com/vector-im/riot-web
Set the sync limit back to sane levels
parent
6c9d48bd3a
commit
f3fa5d6a2a
|
@ -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,
|
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue