File tree 1 file changed +2
-2
lines changed
shared/dataflow/codeql/dataflow
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -399,7 +399,7 @@ module Configs<LocationSig Location, InputSig<Location> Lang> {
399
399
* This can be overridden to a smaller value to improve performance (a
400
400
* value of 0 disables field flow), or a larger value to get more results.
401
401
*/
402
- default int fieldFlowBranchLimit ( ) { result = 2 }
402
+ default int fieldFlowBranchLimit ( ) { result = 3 }
403
403
404
404
/** Gets the access path limit. */
405
405
default int accessPathLimit ( ) { result = Lang:: accessPathLimit ( ) }
@@ -548,7 +548,7 @@ module Configs<LocationSig Location, InputSig<Location> Lang> {
548
548
* This can be overridden to a smaller value to improve performance (a
549
549
* value of 0 disables field flow), or a larger value to get more results.
550
550
*/
551
- default int fieldFlowBranchLimit ( ) { result = 2 }
551
+ default int fieldFlowBranchLimit ( ) { result = 3 }
552
552
553
553
/** Gets the access path limit. */
554
554
default int accessPathLimit ( ) { result = Lang:: accessPathLimit ( ) }
You can’t perform that action at this time.
0 commit comments