mirror of
https://github.com/element-hq/element-web
synced 2024-11-23 17:56:01 +03:00
Bump the timeline limit to 500
... so that matthew can ctrl-f
This commit is contained in:
parent
8a4a810d1f
commit
3173898bc1
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue