Increased search and label list limits.

This commit is contained in:
yangdx
2025-03-13 02:00:22 +08:00
parent 2d1944b179
commit 3e4edf92c2
3 changed files with 4 additions and 4 deletions

View File

@@ -15,8 +15,8 @@ export const edgeColorDarkTheme = '#969696'
export const edgeColorSelected = '#F57F17'
export const edgeColorHighlighted = '#B2EBF2'
export const searchResultLimit = 20
export const labelListLimit = 40
export const searchResultLimit = 50
export const labelListLimit = 100
export const minNodeSize = 4
export const maxNodeSize = 20