fix: occasional truncated operation history display in repo view
Build Snapshot Release / build (push) Waiting to run
Release Please / release-please (push) Waiting to run
Test / test-nix (push) Waiting to run
Test / test-win (push) Waiting to run

This commit is contained in:
Gareth George
2025-02-19 00:44:25 -08:00
parent 113c978570
commit 3b41d9fd5b
+1 -1
View File
@@ -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),
})}
/>
</>