Skip to content
Snippets Groups Projects
Commit b32658cf authored by David Baker's avatar David Baker
Browse files

Load fewer events when switching to a room: they take surprisingly long to render.

parent 980ce7fd
No related branches found
No related tags found
No related merge requests found
...@@ -25,7 +25,7 @@ var sdk = require('../../index'); ...@@ -25,7 +25,7 @@ var sdk = require('../../index');
var dis = require("../../dispatcher"); var dis = require("../../dispatcher");
var PAGINATE_SIZE = 20; var PAGINATE_SIZE = 20;
var INITIAL_SIZE = 100; var INITIAL_SIZE = 20;
module.exports = { module.exports = {
getInitialState: function() { getInitialState: function() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment