Change option name again to be more like the other options

Signed-off-by: Retidurc Silvernight <retidurc@silvernight.social>
This commit is contained in:
Retidurc Silvernight 2022-09-18 16:34:07 +02:00
parent 0de8729d7b
commit 2269f35842
No known key found for this signature in database
GPG key ID: D246194951B7F0F8

View file

@ -233,7 +233,7 @@ class ConnectionFactory {
];
}
if ($this->config->getValue('db.persistent', false)) {
if ($this->config->getValue('dbpersistent', false)) {
$connectionParams['persistent'] = true;
}