Merge pull request #173 from matrix-org/rav/configurable_sync_limit
Make the initialSyncLimit configurablepull/21833/head
commit
2e5df1a96f
|
@ -596,7 +596,7 @@ module.exports = React.createClass({
|
|||
Presence.start();
|
||||
cli.startClient({
|
||||
pendingEventOrdering: "end",
|
||||
initialSyncLimit: 20,
|
||||
initialSyncLimit: this.props.config.sync_timeline_limit || 20,
|
||||
});
|
||||
},
|
||||
|
||||
|
|
Loading…
Reference in New Issue