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:
authordizzy <diosmosis@users.noreply.github.com>2021-08-04 23:40:07 +0300
committerGitHub <noreply@github.com>2021-08-04 23:40:07 +0300
commit3efc65b31beee69d5bc512893f4ca4eea0ef53c4 (patch)
tree13e7768cf17b6dff82188bbe27ea816ede72c152 /config
parent4ee30e9194b3435154a5aa75c72f91cc7a59e68b (diff)
limit the size of product reports (#17823)
* limit the size of product reports like most others * Update global.ini.php * Update Archiver.php * the change also needs to be reflected in aggregateMultipleReports()
Diffstat (limited to 'config')
-rwxr-xr-xconfig/global.ini.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/config/global.ini.php b/config/global.ini.php
index 76285efb16..27022bd64e 100755
--- a/config/global.ini.php
+++ b/config/global.ini.php
@@ -567,6 +567,9 @@ 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 = 500
+; maximum number of rows for the Products reports
+datatable_archiving_maximum_rows_products = 10000
+
; maximum number of rows for other tables (Providers, User settings configurations)
datatable_archiving_maximum_rows_standard = 500