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 <mattab@users.noreply.github.com>2018-04-21 22:26:26 +0300
committerStefan Giehl <stefan@piwik.org>2018-04-21 22:26:26 +0300
commit9c6cd3ce25c0b85ffdf2e273de5f8cbaa23d7765 (patch)
tree42e6f0512895578e963941f3c4701834e6154ad9 /config
parent30f42487ce4e023cb058f80e583d23707a01b40f (diff)
Aggregate 500 events in a sub-table instead of 100 (#12741)
100 is too limited when it comes especially to tracking event names by event action or event category. 500 will cover a lot more use cases without compromising performance.
Diffstat (limited to 'config')
-rw-r--r--config/global.ini.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/global.ini.php b/config/global.ini.php
index e51cd09561..a416de352b 100644
--- a/config/global.ini.php
+++ b/config/global.ini.php
@@ -468,7 +468,7 @@ datatable_archiving_maximum_rows_subtable_actions = 100
; maximum number of rows for any of the Events tables (Categories, Actions, Names)
datatable_archiving_maximum_rows_events = 500
; maximum number of rows for sub-tables of the Events tables (eg. for the subtables Categories>Actions or Categories>Names).
-datatable_archiving_maximum_rows_subtable_events = 100
+datatable_archiving_maximum_rows_subtable_events = 500
; maximum number of rows for other tables (Providers, User settings configurations)
datatable_archiving_maximum_rows_standard = 500