Revert "fix: increas recent logs buffer (#6330)" (#6332)

This reverts commit 3c126024ca.
This commit is contained in:
Yury Semikhatsky 2021-04-26 16:20:49 -07:00 committed by GitHub
parent b6b2366d2c
commit 5be005b1c6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -62,7 +62,7 @@ class DebugLogger {
export const debugLogger = new DebugLogger(); export const debugLogger = new DebugLogger();
const kLogCount = 500; const kLogCount = 50;
export class RecentLogsCollector { export class RecentLogsCollector {
private _logs: string[] = []; private _logs: string[] = [];