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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue