Skip to content

Commit 88a26a2

Browse files
committed
Everyone gets the better QueryBuilderType algorithm
Closes #309
1 parent 17ad9bc commit 88a26a2

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

extension.neon

+1-4
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,7 @@ parameters:
77
allCollectionsSelectable: true
88
objectManagerLoader: null
99
searchOtherMethodsForQueryBuilderBeginning: true
10-
11-
# setting this to false might lead to performance problems
12-
# it changes the braching logic - with false, queryBuilders from all branches are analysed separately
13-
queryBuilderFastAlgorithm: true
10+
queryBuilderFastAlgorithm: false
1411
featureToggles:
1512
skipCheckGenericClasses:
1613
- Doctrine\ODM\MongoDB\Mapping\ClassMetadata

0 commit comments

Comments
 (0)