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 <matt@piwik.org>2014-11-08 04:47:01 +0300
committerMatthieu Aubry <matt@piwik.org>2014-11-08 04:47:01 +0300
commit3e81595c532781306e2b95b3abbbdae47b44bb71 (patch)
treeb193ea75736048e9480a7d189874f67f66740bc9 /config
parentbb45dce99847801a300ad851f59449004401fbf4 (diff)
parent33a09c1d629b10ebad51fc5a62d9db65439afbc5 (diff)
Merge pull request #6607 from czolnowski/change-scheduled-reports-truncate-limit-into-config
Let user specify how many rows will be displayed in Scheduled Reports.
Diffstat (limited to 'config')
-rw-r--r--config/global.ini.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/config/global.ini.php b/config/global.ini.php
index 7c9d9e1bc0..8abd6c5225 100644
--- a/config/global.ini.php
+++ b/config/global.ini.php
@@ -320,6 +320,11 @@ feedback_email_address = "feedback@piwik.org"
; using to set reply_to in reports e-mail to login of report creator
scheduled_reports_replyto_is_user_email_and_alias = 0
+; scheduled reports truncate limit
+; the report will be rendered with the first 23 rows and will aggregate other rows in a summary row
+; 23 rows table fits in one portrait page
+scheduled_reports_truncate = 23
+
; during archiving, Piwik will limit the number of results recorded, for performance reasons
; maximum number of rows for any of the Referrers tables (keywords, search engines, campaigns, etc.)
datatable_archiving_maximum_rows_referrers = 1000