increase PAGE_SIZE so users can scroll up already while waiting for pag.

pull/21833/head
Bruno Windels 2019-04-02 17:54:14 +02:00
parent 726e91101a
commit 86c13b97ce
1 changed files with 1 additions and 1 deletions

View File

@ -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) {