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
diff options
context:
space:
mode:
authormattpiwik <matthieu.aubry@gmail.com>2009-12-15 18:28:14 +0300
committermattpiwik <matthieu.aubry@gmail.com>2009-12-15 18:28:14 +0300
commit0edb5c8068cafc7fa9b111efe050e7bb570c4071 (patch)
treea6908e05867712a41abdc9d8f41f157bf5bf5d6a /core/UpdateCheck.php
parentf4d46c2e808d975d953f382bc808c99aad9f1027 (diff)
slightly increase update check frequency
git-svn-id: http://dev.piwik.org/svn/trunk@1713 59fd770c-687e-43c8-a1e3-f5a4ff64c105
Diffstat (limited to 'core/UpdateCheck.php')
-rw-r--r--core/UpdateCheck.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/UpdateCheck.php b/core/UpdateCheck.php
index 0c61300811..c8c0292967 100644
--- a/core/UpdateCheck.php
+++ b/core/UpdateCheck.php
@@ -17,7 +17,7 @@
*/
class Piwik_UpdateCheck
{
- const CHECK_INTERVAL = 86400;
+ const CHECK_INTERVAL = 28800; // every 8 hours
const LAST_TIME_CHECKED = 'UpdateCheck_LastTimeChecked';
const LATEST_VERSION = 'UpdateCheck_LatestVersion';
const PIWIK_HOST = 'http://api.piwik.org/1.0/getLatestVersion/';