summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2020-06-12 09:28:41 +0200
committerJoas Schilling <coding@schilljs.com>2020-06-12 13:01:06 +0200
commitb6d5979d0ab8eb0ebf32b58f2c067a571634ab5e (patch)
tree9b856bcf01410bf1001f9b709c631cf91e91a72c /lib
parentc3267a58c9ede5ad793079f9e2ad414fdf18a562 (diff)
downloadnextcloud-server-b6d5979d0ab8eb0ebf32b58f2c067a571634ab5e.tar.gz
nextcloud-server-b6d5979d0ab8eb0ebf32b58f2c067a571634ab5e.zip
Increase timeout of the appstore requests
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'lib')
-rw-r--r--lib/private/App/AppStore/Fetcher/Fetcher.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/private/App/AppStore/Fetcher/Fetcher.php b/lib/private/App/AppStore/Fetcher/Fetcher.php
index bb39637891f..500a0568c99 100644
--- a/lib/private/App/AppStore/Fetcher/Fetcher.php
+++ b/lib/private/App/AppStore/Fetcher/Fetcher.php
@@ -97,7 +97,7 @@ abstract class Fetcher {
}
$options = [
- 'timeout' => 10,
+ 'timeout' => 60,
];
if ($ETag !== '') {