We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c471627 commit 60815daCopy full SHA for 60815da
apps/sim/stores/terminal/console/store.ts
@@ -16,7 +16,7 @@ const logger = createLogger('TerminalConsoleStore')
16
* Maximum number of console entries to keep per workflow.
17
* Keeps the stored data size reasonable and improves performance.
18
*/
19
-const MAX_ENTRIES_PER_WORKFLOW = 1000
+const MAX_ENTRIES_PER_WORKFLOW = 5000
20
21
const updateBlockOutput = (
22
existingOutput: NormalizedBlockOutput | undefined,
0 commit comments