mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-22 12:19:09 +00:00
perf(editor): Introduce execution data throttling for logs and canvas updates (no-changelog) (#18812)
This commit is contained in:
@@ -984,3 +984,10 @@ export const AI_NODES_PACKAGE_NAME = '@n8n/n8n-nodes-langchain';
|
||||
export const AI_ASSISTANT_MAX_CONTENT_LENGTH = 100; // in kilobytes
|
||||
|
||||
export const RUN_DATA_DEFAULT_PAGE_SIZE = 25;
|
||||
|
||||
/**
|
||||
* Performance Optimizations
|
||||
*/
|
||||
|
||||
export const LOGS_EXECUTION_DATA_THROTTLE_DURATION = 1000;
|
||||
export const CANVAS_EXECUTION_DATA_THROTTLE_DURATION = 500;
|
||||
|
||||
Reference in New Issue
Block a user