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:
authorStefan Giehl <stefan@matomo.org>2019-09-05 23:11:24 +0300
committerThomas Steur <tsteur@users.noreply.github.com>2019-09-05 23:11:24 +0300
commitff3985147a2dffaebaf4347f4d00f4c070ff4a09 (patch)
treef25786c7195f045897a7886254fab24634d912b8 /config
parentf598c3be64b31fde21731bc7292e14bff6aa8118 (diff)
Make it possible to force archiving for custom date ranges (#14856)
Diffstat (limited to 'config')
-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 663e19f317..74e3e306a9 100755
--- a/config/global.ini.php
+++ b/config/global.ini.php
@@ -362,6 +362,11 @@ enable_browser_archiving_triggering = 1
; or make sure the date ranges users' want to see will be processed somehow.
archiving_range_force_on_browser_request = 1
+; By default Matomo will automatically archive all date ranges any user has chosen in his account settings.
+; This is limited to the available options last7, previous7, last30 and previous30.
+; If you need any other period, or want to ensure one of those is always archived, you can define them here
+archiving_custom_ranges[] =
+
; By default Matomo runs OPTIMIZE TABLE SQL queries to free spaces after deleting some data.
; If your Matomo tracks millions of pages, the OPTIMIZE TABLE queries might run for hours (seen in "SHOW FULL PROCESSLIST \g")
; so you can disable these special queries here: