Skip to content

Commit f9054b0

Browse files
committed
disable profiler by default
1 parent bd327a6 commit f9054b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DependencyInjection/Configuration.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ public function getConfigTreeBuilder(): TreeBuilder
149149
->end()
150150
->booleanNode('enable_profiler')
151151
->info('Use profiler to calculate and visualize migration status.')
152-
->defaultTrue()
152+
->defaultFalse()
153153
->end()
154154
->end();
155155

0 commit comments

Comments
 (0)