There was an error while loading. Please reload this page.
1 parent 053b564 commit 89a92c6Copy full SHA for 89a92c6
src/components/structures/TimelinePanel.tsx
@@ -58,8 +58,10 @@ import { getKeyBindingsManager } from "../../KeyBindingsManager";
58
import { KeyBindingAction } from "../../accessibility/KeyboardShortcuts";
59
import { haveRendererForEvent } from "../../events/EventTileFactory";
60
61
-const PAGINATE_SIZE = 20;
62
-const INITIAL_SIZE = 20;
+// These pagination sizes are higher than they may possibly need be
+// once https://github.com/matrix-org/matrix-spec-proposals/pull/3874 lands
63
+const PAGINATE_SIZE = 50;
64
+const INITIAL_SIZE = 30;
65
const READ_RECEIPT_INTERVAL_MS = 500;
66
67
const READ_MARKER_DEBOUNCE_MS = 100;
0 commit comments