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), })} />