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 12d5a08 commit d6a24b2Copy full SHA for d6a24b2
src/containers/Operations/useInfiniteOperations.ts
@@ -13,7 +13,7 @@ interface UseInfiniteOperationsProps {
13
scrollContainerRef?: React.RefObject<HTMLElement>;
14
}
15
16
-const DEFAULT_PAGE_SIZE = 50;
+const DEFAULT_PAGE_SIZE = 10;
17
const DEFAULT_SCROLL_MARGIN = 100;
18
19
export function useInfiniteOperations({
0 commit comments