mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-05 12:16:53 +02:00
increase PAGE_SIZE so users can scroll up already while waiting for pag.
This commit is contained in:
parent
726e91101a
commit
86c13b97ce
@ -30,7 +30,7 @@ const UNPAGINATION_PADDING = 6000;
|
||||
// many scroll events causing many unfilling requests.
|
||||
const UNFILL_REQUEST_DEBOUNCE_MS = 200;
|
||||
|
||||
const PAGE_SIZE = 200;
|
||||
const PAGE_SIZE = 400;
|
||||
|
||||
let debuglog;
|
||||
if (DEBUG_SCROLL) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user