From f8b2f738bb625d656de87db93f9645066c0bfe5e Mon Sep 17 00:00:00 2001 From: Mario Date: Fri, 17 Mar 2023 09:30:17 +0000 Subject: remove redundant untranslated htconfig templates and add the db_skip_locked_supported config option --- view/en/htconfig.tpl | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'view/en/htconfig.tpl') diff --git a/view/en/htconfig.tpl b/view/en/htconfig.tpl index 6fa86d9ac..3973e7f9b 100644 --- a/view/en/htconfig.tpl +++ b/view/en/htconfig.tpl @@ -10,6 +10,12 @@ $db_pass = '{{$dbpass}}'; $db_data = '{{$dbdata}}'; $db_type = '{{$dbtype}}'; // an integer. 0 or unset for mysql, 1 for postgres +// Set this to 1 if your DB backend supports skip locked. +// This is known to be the case for +// postgresql > 9.5, mysql > 8.0 and mariadb > 10.6 +App::$config['system']['db_skip_locked_supported'] = 0; + + /* * Notice: Many of the following settings will be available in the admin panel * after a successful site install. Once they are set in the admin panel, they -- cgit v1.2.3