Skip to content

Commit d6a24b2

Browse files
committed
fix: reduce page size for demo
1 parent 12d5a08 commit d6a24b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/containers/Operations/useInfiniteOperations.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ interface UseInfiniteOperationsProps {
1313
scrollContainerRef?: React.RefObject<HTMLElement>;
1414
}
1515

16-
const DEFAULT_PAGE_SIZE = 50;
16+
const DEFAULT_PAGE_SIZE = 10;
1717
const DEFAULT_SCROLL_MARGIN = 100;
1818

1919
export function useInfiniteOperations({

0 commit comments

Comments
 (0)