Increase maximum number of nodes to 10k.

This commit is contained in:
comfyanonymous
2023-12-21 13:18:23 -05:00
parent a9d6ff977f
commit 6a0e012475

View File

@@ -46,7 +46,7 @@
EVENT_LINK_COLOR: "#A86",
CONNECTING_LINK_COLOR: "#AFA",
MAX_NUMBER_OF_NODES: 1000, //avoid infinite loops
MAX_NUMBER_OF_NODES: 10000, //avoid infinite loops
DEFAULT_POSITION: [100, 100], //default node position
VALID_SHAPES: ["default", "box", "round", "card"], //,"circle"