mirror of
https://github.com/vector-im/element-web.git
synced 2026-02-26 10:01:09 +01:00
Load fewer events when switching to a room: they take surprisingly long to render.
This commit is contained in:
parent
980ce7fdae
commit
b32658cfd0
@ -25,7 +25,7 @@ var sdk = require('../../index');
|
||||
var dis = require("../../dispatcher");
|
||||
|
||||
var PAGINATE_SIZE = 20;
|
||||
var INITIAL_SIZE = 100;
|
||||
var INITIAL_SIZE = 20;
|
||||
|
||||
module.exports = {
|
||||
getInitialState: function() {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user