From e3dd0b0c70f95bf0c059dac0ad64b6466f7e7d3a Mon Sep 17 00:00:00 2001 From: denisdulici Date: Sat, 8 Sep 2018 17:59:29 +0300 Subject: [PATCH] wrong change --- app/Utilities/Updater.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Utilities/Updater.php b/app/Utilities/Updater.php index 6873aa064..6890f1038 100644 --- a/app/Utilities/Updater.php +++ b/app/Utilities/Updater.php @@ -107,7 +107,7 @@ class Updater $url = 'apps/' . $alias . '/download/' . $version . '/' . $info['akaunting'] . '/' . $info['token']; } - $response = static::getRemote($url, ['timeout' => 30, 'track_redirects' => true]); + $response = static::getRemote($url, ['timeout' => 50, 'track_redirects' => true]); // Exception if ($response instanceof RequestException) {