mirror of
https://github.com/simstudioai/sim.git
synced 2026-02-11 07:04:58 -05:00
improvement(terminal): increase workflow logs limit from 1k to 5k per workflow (#3188)
This commit is contained in:
@@ -16,7 +16,7 @@ const logger = createLogger('TerminalConsoleStore')
|
||||
* Maximum number of console entries to keep per workflow.
|
||||
* Keeps the stored data size reasonable and improves performance.
|
||||
*/
|
||||
const MAX_ENTRIES_PER_WORKFLOW = 1000
|
||||
const MAX_ENTRIES_PER_WORKFLOW = 5000
|
||||
|
||||
const updateBlockOutput = (
|
||||
existingOutput: NormalizedBlockOutput | undefined,
|
||||
|
||||
Reference in New Issue
Block a user