From b4860ca0ab97ede076aab3feeabd036282d77366 Mon Sep 17 00:00:00 2001 From: Gareth George Date: Wed, 19 Feb 2025 00:44:20 -0800 Subject: [PATCH] fix: occasional truncated operation history display in repo view --- webui/src/views/RepoView.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webui/src/views/RepoView.tsx b/webui/src/views/RepoView.tsx index a2bef292..d5bd5888 100644 --- a/webui/src/views/RepoView.tsx +++ b/webui/src/views/RepoView.tsx @@ -115,7 +115,7 @@ export const RepoView = ({ repo }: React.PropsWithChildren<{ repo: Repo }>) => { selector: { repoGuid: repo.guid, }, - lastN: BigInt(STATS_OPERATION_HISTORY), + lastN: BigInt(MAX_OPERATION_HISTORY), })} />