mirror of
https://github.com/garethgeorge/backrest.git
synced 2026-08-26 19:07:04 +00:00
fix: occasional truncated operation history display in repo view
This commit is contained in:
@@ -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),
|
||||
})}
|
||||
/>
|
||||
</>
|
||||
|
||||
Reference in New Issue
Block a user