From 0de8729d7bf99f56a79a5cfa7647bcfdf892717f Mon Sep 17 00:00:00 2001 From: Retidurc Silvernight Date: Sun, 18 Sep 2022 16:15:58 +0200 Subject: Change config option to db.persistent Signed-off-by: Retidurc Silvernight --- lib/private/DB/ConnectionFactory.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/private/DB/ConnectionFactory.php b/lib/private/DB/ConnectionFactory.php index 658b02b8ad2..83663dc54b7 100644 --- a/lib/private/DB/ConnectionFactory.php +++ b/lib/private/DB/ConnectionFactory.php @@ -233,7 +233,7 @@ class ConnectionFactory { ]; } - if ($this->config->getValue('persistent', false)) { + if ($this->config->getValue('db.persistent', false)) { $connectionParams['persistent'] = true; } -- cgit v1.2.3