Increased graph layout iteration limits and defaults.
- Raised max layout iterations to 30 - Set default iterations to 15
This commit is contained in:
@@ -81,7 +81,7 @@ const useSettingsStoreBase = create<SettingsState>()(
|
||||
|
||||
graphQueryMaxDepth: 3,
|
||||
graphMinDegree: 0,
|
||||
graphLayoutMaxIterations: 10,
|
||||
graphLayoutMaxIterations: 15,
|
||||
|
||||
queryLabel: defaultQueryLabel,
|
||||
|
||||
|
Reference in New Issue
Block a user