From 02778cc7e7a8edbf2ebd8532c9fbe0b705c3810a Mon Sep 17 00:00:00 2001 From: moklick Date: Tue, 16 Feb 2021 12:25:38 +0100 Subject: [PATCH] chore(examples): stress with 900 nodes --- example/src/Stress/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/src/Stress/index.js b/example/src/Stress/index.js index 82561340..6c817a04 100644 --- a/example/src/Stress/index.js +++ b/example/src/Stress/index.js @@ -8,7 +8,7 @@ const onLoad = (reactFlowInstance) => { console.log(reactFlowInstance.getElements()); }; -const initialElements = getElements(10, 10); +const initialElements = getElements(30, 30); const StressFlow = () => { const [elements, setElements] = useState(initialElements);