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:
authormattab <matthieu.aubry@gmail.com>2015-08-12 12:51:10 +0300
committermattab <matthieu.aubry@gmail.com>2015-08-12 12:51:10 +0300
commit46b46d388eca38870f9ed0a2cb7f74faf42ed76e (patch)
treec4ee42ccd48202945066cc0fdb06361819855179 /plugins/CoreUpdater
parentcaea9b153ec6f2d857773b52db798ea0b9bb5c51 (diff)
fixes #8553 allow 12 minutes to download Piwik zip package
Diffstat (limited to 'plugins/CoreUpdater')
-rw-r--r--plugins/CoreUpdater/Updater.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/CoreUpdater/Updater.php b/plugins/CoreUpdater/Updater.php
index 0f77e0ab58..acbc77e35d 100644
--- a/plugins/CoreUpdater/Updater.php
+++ b/plugins/CoreUpdater/Updater.php
@@ -27,7 +27,7 @@ class Updater
const PATH_TO_EXTRACT_LATEST_VERSION = '/latest/';
const LATEST_VERSION_URL = '://builds.piwik.org/piwik.zip';
const LATEST_BETA_VERSION_URL = '://builds.piwik.org/piwik-%s.zip';
- const DOWNLOAD_TIMEOUT = 120;
+ const DOWNLOAD_TIMEOUT = 720;
/**
* @var Translator