We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4cd13b commit a3c6ad5Copy full SHA for a3c6ad5
src/timeline-list/useTimelinePages.ts
@@ -7,7 +7,7 @@ import debounce from 'lodash/debounce';
7
import constants from '../commons/constants';
8
import {generateDay} from '../dateutils';
9
10
-const PAGES_COUNT = 30;
+const PAGES_COUNT = 100;
11
export const NEAR_EDGE_THRESHOLD = 10;
12
export const INITIAL_PAGE = Math.floor(PAGES_COUNT / 2);
13
0 commit comments