Skip to content
Snippets Groups Projects
Commit a8515c92 authored by jurgenhaas's avatar jurgenhaas
Browse files

Update database settings for better performance, see...

Update database settings for better performance, see https://www.drupal.org/project/drupal/issues/2733675
parent 6287f7f7
No related branches found
No related tags found
1 merge request!28Merging develop into main
Pipeline #529721 passed
...@@ -50,7 +50,7 @@ $databases = array( ...@@ -50,7 +50,7 @@ $databases = array(
'database' => 'drupal', 'database' => 'drupal',
'prefix' => '', 'prefix' => '',
'init_commands' => [ 'init_commands' => [
'tx_level' => "SET TRANSACTION ISOLATION LEVEL READ COMMITTED;", 'isolation_level' => 'SET SESSION TRANSACTION ISOLATION LEVEL READ COMMITTED',
], ],
), ),
), ),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment