There was an error while loading. Please reload this page.
1 parent d4203f7 commit a3e216cCopy full SHA for a3e216c
1 file changed
src/common/logger/store-logger.ts
@@ -11,7 +11,7 @@ import type { LogEntry } from './logger.types';
11
//
12
13
// configuration
14
-const DEFAULT_MAX_ENTRIES = 500;
+const DEFAULT_MAX_ENTRIES = 200;
15
const DEFAULT_MAX_PERSISTED = 100;
16
const DEFAULT_MAX_PERSISTED_DETAILS_LEN = 500;
17
const DEBUG_NEW_LOG = Release.IsNodeDevBuild;
0 commit comments