fix: occasional truncated operation history display in repo view

This commit is contained in:
Gareth George
2025-02-19 00:44:25 -08:00
parent bd0eae8e24
commit b4860ca0ab
+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),
})}
/>
</>