Fix crashes
This commit is contained in:
parent
1b57e277a2
commit
eb9fadf714
4 changed files with 26 additions and 25 deletions
|
|
@ -33,7 +33,7 @@ export interface HistoryStats {
|
|||
}
|
||||
|
||||
export class SyncHistory {
|
||||
private static readonly MAX_ENTRIES = 5000;
|
||||
private static readonly MAX_ENTRIES = 500;
|
||||
|
||||
private readonly entries: HistoryEntry[] = [];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue