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>2021-04-13 02:26:36 +0300
committerGitHub <noreply@github.com>2021-04-13 02:26:36 +0300
commit52d63e5dbac6caa016e4fdcc54739033986d777d (patch)
tree0817e7ac1e95fad61fa4409d6c96f7c018da4ecb /config
parent3c0c8c6d88a2e6f867ac2998bdc878f2ba7421bc (diff)
Allow processing segments X days before last edit day (#17447)
Diffstat (limited to 'config')
-rwxr-xr-xconfig/global.ini.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/global.ini.php b/config/global.ini.php
index e890ee0fc7..d86791af7f 100755
--- a/config/global.ini.php
+++ b/config/global.ini.php
@@ -286,6 +286,7 @@ allow_adding_segments_for_all_websites = 1
; "segment_last_edit_time" (start date of archiving will be the earliest last edit date found,
; if none is found, the created date is used)
; "segment_creation_time" (start date of archiving will be the creation date of the segment)
+; editLastN where N is an integer (eg "editLast10" to archive for 10 days before the segment last edit date)
; lastN where N is an integer (eg "last10" to archive for 10 days before the segment creation date)
process_new_segments_from = "beginning_of_time"