Skip to content

Commit

Permalink
Everyone gets the better QueryBuilderType algorithm
Browse files Browse the repository at this point in the history
Closes #309
  • Loading branch information
ondrejmirtes committed Mar 30, 2022
1 parent 17ad9bc commit 88a26a2
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions extension.neon
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,7 @@ parameters:
allCollectionsSelectable: true
objectManagerLoader: null
searchOtherMethodsForQueryBuilderBeginning: true

# setting this to false might lead to performance problems
# it changes the braching logic - with false, queryBuilders from all branches are analysed separately
queryBuilderFastAlgorithm: true
queryBuilderFastAlgorithm: false
featureToggles:
skipCheckGenericClasses:
- Doctrine\ODM\MongoDB\Mapping\ClassMetadata
Expand Down

0 comments on commit 88a26a2

Please sign in to comment.