Skip to content
Snippets Groups Projects
Commit 72943c99 authored by Morris Jobke's avatar Morris Jobke
Browse files

Add timeout for requests to appstore


Signed-off-by: default avatarMorris Jobke <hey@morrisjobke.de>
parent d83f1d96
No related branches found
No related tags found
No related merge requests found
......@@ -78,7 +78,9 @@ abstract class Fetcher {
return [];
}
$options = [];
$options = [
'timeout' => 10,
];
if ($ETag !== '') {
$options['headers'] = [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment