Skip to content

Commit

Permalink
Revert "fix: increas recent logs buffer (#6330)" (#6332)
Browse files Browse the repository at this point in the history
This reverts commit 3c12602.
  • Loading branch information
yury-s committed Apr 26, 2021
1 parent b6b2366 commit 5be005b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/debugLogger.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ class DebugLogger {

export const debugLogger = new DebugLogger();

const kLogCount = 500;
const kLogCount = 50;
export class RecentLogsCollector {
private _logs: string[] = [];

Expand Down

0 comments on commit 5be005b

Please sign in to comment.