We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17ad9bc commit 88a26a2Copy full SHA for 88a26a2
extension.neon
@@ -7,10 +7,7 @@ parameters:
7
allCollectionsSelectable: true
8
objectManagerLoader: null
9
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
+ queryBuilderFastAlgorithm: false
14
featureToggles:
15
skipCheckGenericClasses:
16
- Doctrine\ODM\MongoDB\Mapping\ClassMetadata
0 commit comments