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-10-25 05:31:11 +0400
committermattab <matthieu.aubry@gmail.com>2013-10-25 05:31:11 +0400
commit5db45de92582cfd5cef4a0c9ff6622b9f41d37b3 (patch)
treeb509adc4f4a9be6e69a2efd324943670eca4a229 /config
parent29446185192f6e24b640e681214054497b08caeb (diff)
Fixes #3405 Clearning up the code and fixing the logic so archive.php will process websites properly when executed concurrently!
Diffstat (limited to 'config')
-rw-r--r--config/global.ini.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/global.ini.php b/config/global.ini.php
index a058376e4e..70f3e28f33 100644
--- a/config/global.ini.php
+++ b/config/global.ini.php
@@ -229,6 +229,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)
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