From 3ecd400cec44e0ec12dc0bb8935fc36cf3124f76 Mon Sep 17 00:00:00 2001 From: Retidurc Silvernight Date: Sun, 18 Sep 2022 17:05:24 +0200 Subject: [PATCH] Update config.sample.php Signed-off-by: Retidurc Silvernight --- config/config.sample.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/config/config.sample.php b/config/config.sample.php index 104b3e32546..3e65008ed3b 100644 --- a/config/config.sample.php +++ b/config/config.sample.php @@ -138,6 +138,12 @@ $CONFIG = [ */ 'dbtableprefix' => '', +/** + * Enable persistent connexions to the database. + * This setting uses the "persistent" option from doctrine dbal, wich in turns + * uses the PDO::ATTR_PERSISTENT option from de pdo driver. + */ +'dbpersistent' => '', /** * Indicates whether the Nextcloud instance was installed successfully; ``true``