From 2269f3584245bd6d361daf4acf33ffd054f96b60 Mon Sep 17 00:00:00 2001 From: Retidurc Silvernight Date: Sun, 18 Sep 2022 16:34:07 +0200 Subject: [PATCH] Change option name again to be more like the other options Signed-off-by: Retidurc Silvernight --- lib/private/DB/ConnectionFactory.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/private/DB/ConnectionFactory.php b/lib/private/DB/ConnectionFactory.php index 83663dc54b7..1b0ac436364 100644 --- a/lib/private/DB/ConnectionFactory.php +++ b/lib/private/DB/ConnectionFactory.php @@ -233,7 +233,7 @@ class ConnectionFactory { ]; } - if ($this->config->getValue('db.persistent', false)) { + if ($this->config->getValue('dbpersistent', false)) { $connectionParams['persistent'] = true; }