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>2013-06-05 08:10:49 +0400
committermattab <matthieu.aubry@gmail.com>2013-06-05 08:10:49 +0400
commit4cad655824f9d5bf2b667ec522f78f499cd59bf0 (patch)
tree5d7b88e6c4a34f6950f94e32545ba8aa66c2143c /config
parente48c41ceebc371d6b2926fb6f1d2d4e2a0823d82 (diff)
Adding setting for limiting Custom Variables report in the config file, separate from the referrer config.
This is especially useful to fix an ecommerce bug where "Visits" don't display properly for all products, since we used to truncate after 50 rows. Also sets by default to 1000 to ensure ecommerce tracking mostly work. Refs #3569
Diffstat (limited to 'config')
-rw-r--r--config/global.ini.php6
1 files changed, 5 insertions, 1 deletions
diff --git a/config/global.ini.php b/config/global.ini.php
index 932b50069e..c01f512adb 100644
--- a/config/global.ini.php
+++ b/config/global.ini.php
@@ -228,11 +228,15 @@ feedback_email_address = "hello@piwik.org"
; during archiving, Piwik will limit the number of results recorded, for performance reasons
; maximum number of rows for any of the Referers tables (keywords, search engines, campaigns, etc.)
-; this limit will also be applied to the Custom Variables names and values reports
datatable_archiving_maximum_rows_referers = 1000
; maximum number of rows for any of the Referers subtable (search engines by keyword, keyword by campaign, etc.)
datatable_archiving_maximum_rows_subtable_referers = 50
+; maximum number of rows for the Custom Variables names report
+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 any of the Actions tables (pages, downloads, outlinks)
datatable_archiving_maximum_rows_actions = 500
; maximum number of rows for pages in categories (sub pages, when clicking on the + for a page category)