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-04-09 06:49:04 +0400
committermattab <matthieu.aubry@gmail.com>2014-04-09 06:49:04 +0400
commit6365a47a958cb3250b30b270da9b61d326c99f77 (patch)
treeba9ffcedccd9b03694d7cae668709065ad6a44a1 /config
parent50f66a2e241e9c9cfc0f12bde7218c37c0b66644 (diff)
The [Debug] section is overwritten by tests. Instead use a new [DebugTests] section that will not be overidden (in Config->setTestEnvironment)
Diffstat (limited to 'config')
-rw-r--r--config/global.ini.php6
1 files changed, 6 insertions, 0 deletions
diff --git a/config/global.ini.php b/config/global.ini.php
index 747de31d39..9d76c4be20 100644
--- a/config/global.ini.php
+++ b/config/global.ini.php
@@ -86,6 +86,7 @@ tracker_always_new_visitor = 0
; Allow automatic upgrades to Beta or RC releases
allow_upgrades_to_beta = 0
+[DebugTests]
; Set to 1 by default. If you set to 0, the standalone plugins (with their own git repositories)
; will not be loaded when executing tests.
enable_load_standalone_plugins_during_tests = 1
@@ -277,6 +278,11 @@ datatable_archiving_maximum_rows_actions = 500
; because each subdirectory doesn't have paging at the bottom, so all data should be displayed if possible.
datatable_archiving_maximum_rows_subtable_actions = 100
+; maximum number of rows for any of the Events tables (Categories, Actions, Names)
+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 = 100
+
; maximum number of rows for other tables (Providers, User settings configurations)
datatable_archiving_maximum_rows_standard = 500