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-06-28 10:04:50 +0400
committermattab <matthieu.aubry@gmail.com>2013-06-28 10:04:50 +0400
commitbead696cfe7a678a9b0d3ea57f98748709eefbb8 (patch)
tree2275ecd8c656d2f529143bc0519501329d9ef708 /config
parent80e9c0df88c64a83da464b27117316a4c2180d15 (diff)
Removing feature: enable_archive_parents_of_datatable = 0 (main reason: there is no test, second reason: there is no public plugin using this feature AFAIK)
@Timo if you need this feature, let's put it back with some tests.. Refs #2697
Diffstat (limited to 'config')
-rw-r--r--config/global.ini.php4
1 files changed, 0 insertions, 4 deletions
diff --git a/config/global.ini.php b/config/global.ini.php
index 3903439a3e..10d71efd31 100644
--- a/config/global.ini.php
+++ b/config/global.ini.php
@@ -143,10 +143,6 @@ time_before_today_archive_considered_outdated = 10
; to trigger the Piwik archiving process.
enable_browser_archiving_triggering = 1
-; If set to 1, nested reports will be archived with parent references in the datatables
-; At the moment, this is not needed in core but it can be handy for plugins
-enable_archive_parents_of_datatable = 0
-
; By default Piwik runs OPTIMIZE TABLE SQL queries to free spaces after deleting some data.
; If your Piwik tracks millions of pages, the OPTIMIZE TABLE queries might run for hours (seen in "SHOW FULL PROCESSLIST \g")
; so you can disable these special queries here: