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:
authorThomas Steur <tsteur@users.noreply.github.com>2020-12-24 02:22:08 +0300
committerGitHub <noreply@github.com>2020-12-24 02:22:08 +0300
commitc9ce54d30ef1abd915bf6c069d577e4052575bd3 (patch)
tree9ed0c8e13426e2ae19c5dca94bc2d92b16a29966 /config
parent1c2502b38aeeac68bce6fc411e683b2fd8e61a92 (diff)
Force new visit after 10K actions (#17014)
* Force new visit after 10K actions * add test * wording * fix ui test
Diffstat (limited to 'config')
-rwxr-xr-xconfig/global.ini.php6
1 files changed, 6 insertions, 0 deletions
diff --git a/config/global.ini.php b/config/global.ini.php
index e741746663..461a4abddd 100755
--- a/config/global.ini.php
+++ b/config/global.ini.php
@@ -881,6 +881,12 @@ create_new_visit_when_website_referrer_changes = 0
; Whether to force a new visit at midnight for every visitor. Default 1.
create_new_visit_after_midnight = 1
+; Will force the creation of a new visit once a visit had this many actions.
+; Increasing this number can slow down the tracking in Matomo and put more load on the database.
+; Increase this limit if it's expected that you have visits with more than this many actions.
+; Set to 0 or a negative value to allow unlimited actions.
+create_new_visit_after_x_actions = 10000
+
; maximum length of a Page Title or a Page URL recorded in the log_action.name table
page_maximum_length = 1024;