fix: increase recent logs buffer (#9143)
This commit is contained in:
parent
418ce9c17e
commit
45b365d958
|
|
@ -64,7 +64,7 @@ class DebugLogger {
|
|||
|
||||
export const debugLogger = new DebugLogger();
|
||||
|
||||
const kLogCount = 50;
|
||||
const kLogCount = 150;
|
||||
export class RecentLogsCollector {
|
||||
private _logs: string[] = [];
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue