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
path: root/config
diff options
context:
space:
mode:
authorBen Burgess <88810029+bx80@users.noreply.github.com>2021-09-17 05:31:10 +0300
committerGitHub <noreply@github.com>2021-09-17 05:31:10 +0300
commit897f4ef664389fdcf17e64388a10452a4fe28efe (patch)
treef47580575c47025367c9419630ac46c293294923 /config
parente71ced049ec3c137f563307368d2a34d8ef865a9 (diff)
Added note to config that MYSQLI isn't supported for max execution (#18018)
Diffstat (limited to 'config')
-rwxr-xr-xconfig/global.ini.php10
1 files changed, 6 insertions, 4 deletions
diff --git a/config/global.ini.php b/config/global.ini.php
index 1e96f7d693..9abf6f231b 100755
--- a/config/global.ini.php
+++ b/config/global.ini.php
@@ -380,8 +380,9 @@ archiving_range_force_on_browser_request = 1
archiving_custom_ranges[] =
; If configured, archiving queries will be aborted after the configured amount of seconds. Set it to -1 if the query time
-; should not be limited. Note: This feature requires a recent MySQL version (5.7 or newer). Some MySQL forks like MariaDB
-; might not support this feature which uses the MAX_EXECUTION_TIME hint.
+; should not be limited. Note: This feature requires a recent MySQL version (5.7 or newer) and the PDO\MYSQL extension
+; must be used. Some MySQL forks like MariaDB might not support this feature which uses the MAX_EXECUTION_TIME hint.
+; This feature will not work with the MYSQLI extension.
archiving_query_max_execution_time = 7200
; By default Matomo runs OPTIMIZE TABLE SQL queries to free spaces after deleting some data.
@@ -608,8 +609,9 @@ live_visitor_profile_max_visits_to_aggregate = 100
; If configured, will abort a MySQL query after the configured amount of seconds and show an error in the UI to for
; example lower the date range or tweak the segment (if one is applied). Set it to -1 if the query time should not be
-; limited. Note: This feature requires a recent MySQL version (5.7 or newer). Some MySQL forks like MariaDB might not
-; support this feature which uses the MAX_EXECUTION_TIME hint.
+; limited. Note: This feature requires a recent MySQL version (5.7 or newer) and the PDO\MYSQL extension must be used.
+; Some MySQL forks like MariaDB might not support this feature which uses the MAX_EXECUTION_TIME hint. This feature will
+; not work with the MYSQLI extension.
live_query_max_execution_time = -1
; In "All Websites" dashboard, when looking at today's reports (or a date range including today),