We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99c1cb7 commit 720c5ddCopy full SHA for 720c5dd
1 file changed
dataflowengineoss/src/main/scala/io/shiftleft/dataflowengineoss/queryengine/Engine.scala
@@ -256,7 +256,7 @@ object Engine {
256
}
257
258
case class EngineContext(semantics: Semantics, config: EngineConfig = EngineConfig())
259
-case class EngineConfig(var maxCallDepth: Int = 4)
+case class EngineConfig(var maxCallDepth: Int = 2)
260
261
/**
262
* Callable for solving a ReachableByTask
0 commit comments