Change option name again to be more like the other options

Signed-off-by: Retidurc Silvernight <retidurc@silvernight.social>
pull/32899/head
Retidurc Silvernight 4 years ago
parent 0de8729d7b
commit 2269f35842
No known key found for this signature in database
GPG Key ID: D246194951B7F0F8
  1. 2
      lib/private/DB/ConnectionFactory.php

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

Loading…
Cancel
Save