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:
authorMichał Gaździk <m.gazdzik@clearcode.cc>2015-01-28 11:27:28 +0300
committerMichał Gaździk <m.gazdzik@clearcode.cc>2015-01-28 11:27:28 +0300
commit358ba4482fe52e794ece0de4bc8a0bebe486576b (patch)
treeb0f128645cb2c28d55ff9e99f996ad5bf4ec89b9 /config
parent9432d50ac8becb8ef6fccc88dbaf84cb9de570e0 (diff)
rebased branch, changed parameter meaning and usage
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 5640382900..4820939bd3 100644
--- a/config/global.ini.php
+++ b/config/global.ini.php
@@ -266,6 +266,11 @@ enable_browser_archiving_triggering = 1
; so you can disable these special queries here:
enable_sql_optimize_queries = 1
+; By default Piwik is purging complete date range archives to free spaces after deleting some data.
+; If you are pre-processing custom ranges using CLI task to make them easily available in UI,
+; you can prevent this action from happening by setting this parameter to value bigger than 1
+purge_date_range_archives_after_X_days = 1
+
; MySQL minimum required version
; note: timezone support added in 4.1.3
minimum_mysql_version = 4.1