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:
authormatt <matt@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2009-02-25 07:13:34 +0300
committermatt <matt@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2009-02-25 07:13:34 +0300
commit417b5489aa9038e7b287829ff7c077540208c3d8 (patch)
treed99b8359be128ed88ee54ddd13cc4a1166e1943d /config
parent8cfff08c3075b29eea2c19457dae5e3d9a5ccc2f (diff)
adding a few search engines
Diffstat (limited to 'config')
-rwxr-xr-xconfig/global.ini.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/config/global.ini.php b/config/global.ini.php
index 58f48e7ac5..1e81013806 100755
--- a/config/global.ini.php
+++ b/config/global.ini.php
@@ -140,11 +140,11 @@ login_password_recovery_email_name = Piwik
; 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.)
datatable_archiving_maximum_rows_referers = 500
-; maximum number of rows for any of the Actions tables (pages, downloads, outlinks)
-datatable_archiving_maximum_rows_actions = 500
-
; 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 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)
datatable_archiving_maximum_rows_subtable_actions = 100