Skip to content

Commit 0768e89

Browse files
clxmstaabstaabm
authored andcommitted
enable analyzeQueryPlans
1 parent 4cf43f1 commit 0768e89

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bootstrap.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
$config = RuntimeConfiguration::create();
1616
$config->errorMode(RuntimeConfiguration::ERROR_MODE_EXCEPTION);
1717
// $config->debugMode(true);
18+
$config->analyzeQueryPlans(true, 2);
1819

1920
if (false === getenv('GITHUB_ACTION') && false === getenv('DBA_MODE')) {
2021
putenv('DBA_MODE=replay-and-recording');

0 commit comments

Comments
 (0)