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:
authorThomas Steur <thomas.steur@googlemail.com>2014-09-01 20:12:19 +0400
committerThomas Steur <thomas.steur@googlemail.com>2014-09-01 20:12:44 +0400
commit5527aebacdd98bcaef889414c7e7350e3e4b3053 (patch)
treee35c3d6183cf3ee56b679b6a56c6ac71ae737fc2 /config
parent0ad65ad9e988dd18b7afcc11f041376d4cf963d2 (diff)
refs #6089 setting TTL to 150 seconds instead of 10 to not archive on nearly every request. Makes Piwik faster
Diffstat (limited to 'config')
-rw-r--r--config/global.ini.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/config/global.ini.php b/config/global.ini.php
index 008d99cd3b..62552298cd 100644
--- a/config/global.ini.php
+++ b/config/global.ini.php
@@ -204,10 +204,9 @@ default_day = yesterday
default_period = day
; Time in seconds after which an archive will be computed again. This setting is used only for today's statistics.
-; Defaults to 10 seconds so that by default, Piwik provides real time reporting.
; This setting is overriden in the UI, under "General Settings".
; This setting is only used if it hasn't been overriden via the UI yet, or if enable_general_settings_admin=0
-time_before_today_archive_considered_outdated = 10
+time_before_today_archive_considered_outdated = 150
; This setting is overriden in the UI, under "General Settings".
; The default value is to allow browsers to trigger the Piwik archiving process.