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:
authormattab <matthieu.aubry@gmail.com>2015-03-19 09:32:00 +0300
committermattab <matthieu.aubry@gmail.com>2015-03-19 09:32:00 +0300
commit5447bd01639347c7ee88f7328d65b43d1935c206 (patch)
tree540aaf2fd49f45b2aee08b626729034c0eafe357 /config
parentd92175983c26a964e909c6463a88073e5540ada7 (diff)
Rename creation_time -> segment_creation_time
Diffstat (limited to 'config')
-rw-r--r--config/global.ini.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/config/global.ini.php b/config/global.ini.php
index c23522ab53..b892b7d822 100644
--- a/config/global.ini.php
+++ b/config/global.ini.php
@@ -222,10 +222,10 @@ allow_adding_segments_for_all_websites = 1
; When archiving segments for the first time, this determines the oldest date that will be archived.
; This option can be used to avoid archiving (for isntance) the lastN years for every new segment.
-; Valid option values include: beginning_of_time (start date of archiving will not be changed)
-; creation_time (start date of archiving will be the creation date of the segment)
-; lastN where N is an integer (start date of archiving will be N days before the creation date)
-process_new_segments_from = beginning_of_time
+; Valid option values include: "beginning_of_time" (start date of archiving will not be changed)
+; "segment_creation_time" (start date of archiving will be the creation date of the segment)
+; 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"
; this action name is used when the URL ends with a slash /
; it is useful to have an actual string to write in the UI