mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-02-02 22:37:32 +00:00
Increase maximum number of nodes to 10k.
This commit is contained in:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user