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:
authorStefan Giehl <stefan@matomo.org>2020-07-24 12:07:46 +0300
committerGitHub <noreply@github.com>2020-07-24 12:07:46 +0300
commit6b5f8138180716d5088d764f0b41d5787159b28a (patch)
tree358c2c2535fb83fdebf3815556797b38cc42e8b1 /config
parent817c48d66f456de83afbbe60c3996dabf99fb605 (diff)
Rename config setting for maximum rows in custom dimension reports (#16229)
* Rename config setting for maximum rows in custom dimension reports * automatically set new config values if old ones were set * submodule update * update expected UI files
Diffstat (limited to 'config')
-rwxr-xr-xconfig/global.ini.php9
1 files changed, 4 insertions, 5 deletions
diff --git a/config/global.ini.php b/config/global.ini.php
index 374b4a4965..a15991e392 100755
--- a/config/global.ini.php
+++ b/config/global.ini.php
@@ -488,11 +488,10 @@ datatable_archiving_maximum_rows_subtable_referrers = 50
; maximum number of rows for the Users report
datatable_archiving_maximum_rows_userid_users = 50000
-; maximum number of rows for the Custom Variables names report
-; Note: if the website is Ecommerce enabled, the two values below will be automatically set to 50000
-datatable_archiving_maximum_rows_custom_variables = 1000
-; maximum number of rows for the Custom Variables values reports
-datatable_archiving_maximum_rows_subtable_custom_variables = 1000
+; maximum number of rows for the Custom Dimensions report
+datatable_archiving_maximum_rows_custom_dimensions = 1000
+; maximum number of rows for the Custom Dimensions subtable reports
+datatable_archiving_maximum_rows_subtable_custom_dimensions = 1000
; maximum number of rows for any of the Actions tables (pages, downloads, outlinks)
datatable_archiving_maximum_rows_actions = 500