Skip to content

Commit ea0f124

Browse files
committed
Expose Doctrine settings in Netxcloud settings
Signed-off-by: Retidurc Silvernight <retidurc@silvernight.social>
1 parent 4c1f061 commit ea0f124

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

lib/private/DB/ConnectionFactory.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -233,6 +233,10 @@ public function createConnectionParams(string $configPrefix = '') {
233233
];
234234
}
235235

236+
if ($this->config->getValue('persistent', false)) {
237+
$connectionParams['persistent'] = true;
238+
}
239+
236240
return $connectionParams;
237241
}
238242

0 commit comments

Comments
 (0)