From cefac732b122b0af86970c4eca0ba8bb73d8e8f0 Mon Sep 17 00:00:00 2001 From: Emile Date: Wed, 12 Jan 2022 18:34:27 +0100 Subject: [PATCH] chore: Limited amount of nodes further --- src/constants.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/constants.ts b/src/constants.ts index 5c34b68c..caa4f1a6 100644 --- a/src/constants.ts +++ b/src/constants.ts @@ -74,7 +74,7 @@ export const JUGGL_CB_DEFAULTS: IJugglSettings = { height: '650px', hoverEdges: false, layout: 'force-directed', - limit: 400, + limit: 250, mergeEdges: true, metaKeyHover: true, mode: 'workspace',