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