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:
authormattab <matthieu.aubry@gmail.com>2014-03-16 09:22:04 +0400
committermattab <matthieu.aubry@gmail.com>2014-03-16 09:22:04 +0400
commite1cbf1d612263324682bb0806f96c6cac459b070 (patch)
treeaf96de810b9a7fb933e123cbf4125c28eec3ec3e /config
parentab58fe9dc73baf7403641e5bb5a052dcf7723015 (diff)
Fixes #3116 If website is ecommerce, do not limit custom variables reports to 1,000 rows. Limit to 50,000 instead.
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 fe95fad770..8bcdb989ff 100644
--- a/config/global.ini.php
+++ b/config/global.ini.php
@@ -254,7 +254,7 @@ datatable_archiving_maximum_rows_referrers = 1000
datatable_archiving_maximum_rows_subtable_referrers = 50
; maximum number of rows for the Custom Variables names report
-; also used to process Ecommerce conversion rates (should be large enough to hold all unique Ecommerce items)
+; 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