mirror of
https://github.com/nextcloud/server.git
synced 2026-04-15 22:11:17 -04:00
Change option name again to be more like the other options
Signed-off-by: Retidurc Silvernight <retidurc@silvernight.social>
This commit is contained in:
parent
0de8729d7b
commit
2269f35842
1 changed files with 1 additions and 1 deletions
|
|
@ -233,7 +233,7 @@ class ConnectionFactory {
|
|||
];
|
||||
}
|
||||
|
||||
if ($this->config->getValue('db.persistent', false)) {
|
||||
if ($this->config->getValue('dbpersistent', false)) {
|
||||
$connectionParams['persistent'] = true;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue