Fine tune the conversation load experience

This commit is contained in:
Josh Perez 2021-03-12 13:06:31 -05:00 committed by Josh Perez
parent 8dc8a64229
commit d5f2492ce5
2 changed files with 7 additions and 7 deletions

View file

@ -28,7 +28,7 @@ const NEAR_BOTTOM_THRESHOLD = 15;
const AT_TOP_THRESHOLD = 10;
const LOAD_MORE_THRESHOLD = 30;
const SCROLL_DOWN_BUTTON_THRESHOLD = 8;
export const LOAD_COUNTDOWN = 2 * 1000;
export const LOAD_COUNTDOWN = 1;
export type PropsDataType = {
haveNewest: boolean;