Skip to content

Commit 5be005b

Browse files
authored
Revert "fix: increas recent logs buffer (#6330)" (#6332)
This reverts commit 3c12602.
1 parent b6b2366 commit 5be005b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/debugLogger.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ class DebugLogger {
6262

6363
export const debugLogger = new DebugLogger();
6464

65-
const kLogCount = 500;
65+
const kLogCount = 50;
6666
export class RecentLogsCollector {
6767
private _logs: string[] = [];
6868

0 commit comments

Comments
 (0)