Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Velluppillai <justin@innocraft.com>2021-07-02 01:12:33 +0300
committerGitHub <noreply@github.com>2021-07-02 01:12:33 +0300
commitc90e697265d0045fb86672f89dfff36e0b61c432 (patch)
tree0f8228d0004c63f5ca341cd93fc0ff963d1661f3
parente02949b00dd6afe36c078f7bbe8e3c22c8f70d9e (diff)
Added "aurora_readonly_read_committed" setting to global ini (#17724)4.4.0-b1
* Added "aurora_readonly_read_committed" setting to global ini * Updated documentation for Aurora setting
-rwxr-xr-xconfig/global.ini.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/config/global.ini.php b/config/global.ini.php
index 2a9e55afea..0e80bed014 100755
--- a/config/global.ini.php
+++ b/config/global.ini.php
@@ -57,6 +57,11 @@ password =
dbname =
port = 3306
+; If you are using Amazon Aurora you can enable aurora_read_only_read_committed to prevent purge lag which happens
+; when internal garbage collection is blocked by long-running archiving queries. The setting will be only applied
+; if you are using Amazon Aurora and have configured a reader database.
+aurora_readonly_read_committed =
+
[database_tests]
host = localhost
username = "@USERNAME@"