diff options
author | Mario <mario@mariovavti.com> | 2023-03-17 09:30:17 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2023-03-17 09:30:17 +0000 |
commit | f8b2f738bb625d656de87db93f9645066c0bfe5e (patch) | |
tree | 44472ae65939c1a9835e7f159f1eb78d1ce79c2e /view/fr/htconfig.tpl | |
parent | 7e4721e4c75a4dd480c6f7cc1a8d70507c6d1b97 (diff) | |
download | volse-hubzilla-f8b2f738bb625d656de87db93f9645066c0bfe5e.tar.gz volse-hubzilla-f8b2f738bb625d656de87db93f9645066c0bfe5e.tar.bz2 volse-hubzilla-f8b2f738bb625d656de87db93f9645066c0bfe5e.zip |
remove redundant untranslated htconfig templates and add the db_skip_locked_supported config option
Diffstat (limited to 'view/fr/htconfig.tpl')
-rw-r--r-- | view/fr/htconfig.tpl | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/view/fr/htconfig.tpl b/view/fr/htconfig.tpl index d33a955f0..b9f011f73 100644 --- a/view/fr/htconfig.tpl +++ b/view/fr/htconfig.tpl @@ -11,6 +11,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; + + /* * Note: Plusieurs de ces réglages seront disponibles via le panneau d'administration * après l'installation. Lorsque des modifications sont apportés à travers le panneau d'administration |