mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-17 05:55:00 +08:00
Make the initialSyncLimit configurable
I keep wanting to change this to test things, and can never find the right place to change it. Make it configurable.
This commit is contained in:
parent
4b13d71bb4
commit
4ce3598274
@ -596,7 +596,7 @@ module.exports = React.createClass({
|
|||||||
Presence.start();
|
Presence.start();
|
||||||
cli.startClient({
|
cli.startClient({
|
||||||
pendingEventOrdering: "end",
|
pendingEventOrdering: "end",
|
||||||
initialSyncLimit: 20,
|
initialSyncLimit: this.props.config.sync_timeline_limit || 20,
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user