We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee9f405 commit b47efb7Copy full SHA for b47efb7
extension/src/EvaluationWatchService/EvaluationEngine/GenericEvaluationEngine.ts
@@ -108,7 +108,7 @@ export class GenericEvaluator implements Evaluator {
108
rootLabel: string,
109
rootVariablesReference: number,
110
maxDepth: number = 30,
111
- maxKnownNodes: number = 100,
+ maxKnownNodes: number = 50,
112
): Promise<GraphVisualizationData> {
113
// Perform a breadth-first search on the object to construct the graph
114
0 commit comments