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:
authorMatthieu Aubry <matt@piwik.org>2015-12-22 03:28:47 +0300
committerMatthieu Aubry <matt@piwik.org>2015-12-22 03:28:47 +0300
commitf0c8c35100aaef5bcfcaf963ce76669d29295226 (patch)
tree2eaf206eaab266009c8b05bf7df9e86b37f74b48 /config
parent830696c21e63bc720ad9ce0d75462e42c04a8e67 (diff)
parent93bede794e35d313b72f10a8922319ca520d79c8 (diff)
Merge pull request #9310 from peterbo/9156-ForceNewVisitAtMidnight
New visit after midnight - setting for disabling this characteristic, refs #9156
Diffstat (limited to 'config')
-rw-r--r--config/global.ini.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/config/global.ini.php b/config/global.ini.php
index aad0fd3381..00de6ff173 100644
--- a/config/global.ini.php
+++ b/config/global.ini.php
@@ -654,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;