Skip to content

Commit a3e216c

Browse files
committed
Logger: max 200 entries
1 parent d4203f7 commit a3e216c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/common/logger/store-logger.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import type { LogEntry } from './logger.types';
1111
//
1212

1313
// configuration
14-
const DEFAULT_MAX_ENTRIES = 500;
14+
const DEFAULT_MAX_ENTRIES = 200;
1515
const DEFAULT_MAX_PERSISTED = 100;
1616
const DEFAULT_MAX_PERSISTED_DETAILS_LEN = 500;
1717
const DEBUG_NEW_LOG = Release.IsNodeDevBuild;

0 commit comments

Comments
 (0)