Change config option to db.persistent

Signed-off-by: Retidurc Silvernight <retidurc@silvernight.social>
This commit is contained in:
Retidurc Silvernight 2022-09-18 16:15:58 +02:00
parent 90f3379dfc
commit 0de8729d7b
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('persistent', false)) {
if ($this->config->getValue('db.persistent', false)) {
$connectionParams['persistent'] = true;
}