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:
authorpboehlke <github@media-proweb.de>2015-12-07 12:34:08 +0300
committerpboehlke <github@media-proweb.de>2015-12-07 12:34:08 +0300
commit333f0d61ddcc534f2efd8d25375d688e5716a64e (patch)
tree13b3cebea594bcfaa6e07397c0ca656f0224ea28 /config
parent4d2357389b91ac4673d14c220d5e00d7e2d1d08d (diff)
Commit after code review, refs #9156
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 4f5ad64cdd..00de6ff173 100644
--- a/config/global.ini.php
+++ b/config/global.ini.php
@@ -561,10 +561,6 @@ pivot_by_filter_enable_fetch_by_segment = 0
; on a per-request basis;
pivot_by_filter_default_column_limit = 10
-; ONLY CHANGE THIS VALUE WHEN YOU DO NOT USE PIWIK ARCHIVING, SINCE THIS COULD CAUSE PARTIALLY MISSING ARCHIVE DATA
-; Whether to force a new visit at midnight for every visitor. Default 1.
-force_new_visit_midnight = 1
-
[Tracker]
; Piwik uses "Privacy by default" model. When one of your users visit multiple of your websites tracked in this Piwik,
@@ -658,6 +654,10 @@ create_new_visit_when_campaign_changes = 1
; absent before, but is present now.
create_new_visit_when_website_referrer_changes = 0
+; ONLY CHANGE THIS VALUE WHEN YOU DO NOT USE PIWIK ARCHIVING, SINCE THIS COULD CAUSE PARTIALLY MISSING ARCHIVE DATA
+; Whether to force a new visit at midnight for every visitor. Default 1.
+create_new_visit_after_midnight = 1
+
; maximum length of a Page Title or a Page URL recorded in the log_action.name table
page_maximum_length = 1024;