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 d20ff8a commit 077a18aCopy full SHA for 077a18a
src/ORM/Connector/MysqliConnector.php
@@ -33,7 +33,7 @@ public function getConnector(mixed $config): Connection
33
'port' => $config->port,
34
'driverClass' => Driver::class,
35
'charset' => $config->charset,
36
- 'persistent' => true,
+ 'persistent' => $config->persistent,
37
], $this->getConfiguration(), $this->getEventManager());
38
}
39
0 commit comments