Skip to content

Commit c47669d

Browse files
committed
Try increasing max connection from runtime
1 parent 3a1d744 commit c47669d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/Platform/QueryResultTypeWalkerFetchTypeMatrixTest.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3593,6 +3593,10 @@ private function createConnection(
35933593
$connection->executeQuery('USE foo');
35943594
}
35953595

3596+
if ($connectionParams['driver'] === 'pdo_mysql') {
3597+
$connection->executeQuery('SET GLOBAL max_connections = 1000');
3598+
}
3599+
35963600
return $connection;
35973601
}
35983602

0 commit comments

Comments
 (0)