Skip to content

Commit 476f139

Browse files
SingTheCodeclaude
andcommitted
⚡️ perf: Increase commit count per page from 10 to 20
Updated COMMIT_COUNT_PER_PAGE constant to load more commits per page, improving user experience by reducing the number of load operations needed. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
1 parent d593905 commit 476f139

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/view/src/constants/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ export const GITHUB_URL = "https://github.com";
22
export const GRAVATA_URL = "https://www.gravatar.com/avatar";
33
export const PRIMARY_COLOR_VARIABLE_NAME = "--color-primary";
44
export const NODE_TYPES = ["COMMIT", "CLUSTER"] as const;
5-
export const COMMIT_COUNT_PER_PAGE = 10;
5+
export const COMMIT_COUNT_PER_PAGE = 20;

0 commit comments

Comments
 (0)