From 3173898bc1c06d3a2300349c1252b4590b3e4b2e Mon Sep 17 00:00:00 2001 From: Richard van der Hoff Date: Mon, 14 Mar 2016 15:47:09 +0000 Subject: [PATCH] Bump the timeline limit to 500 ... so that matthew can ctrl-f --- src/components/structures/TimelinePanel.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/structures/TimelinePanel.js b/src/components/structures/TimelinePanel.js index d2afff13e7..3f934ce34e 100644 --- a/src/components/structures/TimelinePanel.js +++ b/src/components/structures/TimelinePanel.js @@ -28,7 +28,7 @@ var ObjectUtils = require('../../ObjectUtils'); var PAGINATE_SIZE = 20; var INITIAL_SIZE = 20; -var TIMELINE_CAP = 250; // the most events to show in a timeline +var TIMELINE_CAP = 500; // the most events to show in a timeline // consider that the user remains "active" for this many milliseconds after a // user_activity event (and thus don't make the read-marker visible on new