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-29 04:08:16 +0300
committermattab <matthieu.aubry@gmail.com>2015-09-29 04:08:16 +0300
commit3b71fe2782cb8540c42761a0651e8776a5c34da2 (patch)
treebdb0a465811945cca28e5b8f6ba094120614b9f1 /config
parentc8a5a17cecfde1de49f0f0c3c81630303dd7b29e (diff)
TTL: Time to live for cache files, in seconds. Default to 60 minutes
Diffstat (limited to 'config')
-rw-r--r--config/global.ini.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/config/global.ini.php b/config/global.ini.php
index 5d616f6cb0..2b86a1c131 100644
--- a/config/global.ini.php
+++ b/config/global.ini.php
@@ -162,6 +162,8 @@ enable_segments_subquery_cache = 0
; Any segment subquery that matches more than segments_subquery_cache_limit IDs will not be cached,
; and the original subquery executed instead.
segments_subquery_cache_limit = 100000
+; TTL: Time to live for cache files, in seconds. Default to 60 minutes
+segments_subquery_cache_ttl = 3600
; 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