Skip to content

Commit

Permalink
chore: Limited amount of nodes further
Browse files Browse the repository at this point in the history
  • Loading branch information
HEmile committed Jan 12, 2022
1 parent 134c6fa commit cefac73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit cefac73

Please sign in to comment.