mirror of
https://github.com/nextcloud/server.git
synced 2026-03-08 17:30:52 -04:00
Expose Doctrine settings in Netxcloud settings
Signed-off-by: Retidurc Silvernight <retidurc@silvernight.social>
This commit is contained in:
parent
11ec90d8ae
commit
90f3379dfc
1 changed files with 4 additions and 0 deletions
|
|
@ -233,6 +233,10 @@ class ConnectionFactory {
|
|||
];
|
||||
}
|
||||
|
||||
if ($this->config->getValue('persistent', false)) {
|
||||
$connectionParams['persistent'] = true;
|
||||
}
|
||||
|
||||
return $connectionParams;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue