Skip to content

Commit

Permalink
Raise timeout for Fetcher to work on slow internet connections
Browse files Browse the repository at this point in the history
Signed-off-by: Johan Bernhardsson <[email protected]>
  • Loading branch information
small1 committed Jul 1, 2019
1 parent 690406d commit d553087
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/private/App/AppStore/Fetcher/Fetcher.php
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ protected function fetch($ETag, $content) {
}

$options = [
'timeout' => 10,
'timeout' => 30,
];

if ($ETag !== '') {
Expand Down

0 comments on commit d553087

Please sign in to comment.