Browse Source

Change option name again to be more like the other options

Signed-off-by: Retidurc Silvernight <retidurc@silvernight.social>
tags/v26.0.0beta1
Retidurc Silvernight 1 year ago
parent
commit
2269f35842
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      lib/private/DB/ConnectionFactory.php

+ 1
- 1
lib/private/DB/ConnectionFactory.php View File

]; ];
} }


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



Loading…
Cancel
Save