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>2015-09-28 10:19:00 +0300
committermattab <matthieu.aubry@gmail.com>2015-09-28 10:19:00 +0300
commit97f91341f81e972dff50e08702ea6fc088d90eed (patch)
tree2c82c230f7897c8d9acbc9dcc98bfea9bd06669e /config
parentd2bbd04ce62b284b002433ad021544fda94cc78f (diff)
Caching id actions in general cache - can be enabled via INI setting enable_segments_subquery_cache setting (disabled by default)
Diffstat (limited to 'config')
-rw-r--r--config/global.ini.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/config/global.ini.php b/config/global.ini.php
index c3afdb93ef..65bb4392b5 100644
--- a/config/global.ini.php
+++ b/config/global.ini.php
@@ -157,6 +157,9 @@ enable_processing_unique_visitors_multiple_sites = 0
enabled_periods_UI = "day,week,month,year,range"
enabled_periods_API = "day,week,month,year,range"
+; whether to enable subquery cache for Custom Segment archiving queries
+enable_segments_subquery_cache = 0
+
; when set to 1, all requests to Piwik will return a maintenance message without connecting to the DB
; this is useful when upgrading using the shell command, to prevent other users from accessing the UI while Upgrade is in progress
maintenance_mode = 0