We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b0f788 commit dd71346Copy full SHA for dd71346
src/DependencyInjection/Configuration.php
@@ -67,7 +67,7 @@ public function getConfigTreeBuilder(): TreeBuilder
67
->children()
68
->booleanNode('enabled')
69
->info('Enable profiling')
70
- ->defaultTrue()
+ ->defaultFalse()
71
->end()
72
73
@@ -121,6 +121,7 @@ private function decorateSessionConfig(): ArrayNodeDefinition
121
->info('The default configuration for every session')
122
123
->scalarNode('fetch_size')
124
+ ->info('The amount of rows that are being fetched at once in the result cursor')
125
126
->enumNode('access_mode')
127
->values(['read', 'write', null])
0 commit comments