Skip to content

Commit 143a4a7

Browse files
committed
fix(appstore): Make appstore timeout configurable
Signed-off-by: Marcel Müller <[email protected]>
1 parent 3a687ea commit 143a4a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/private/App/AppStore/Fetcher/Fetcher.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ protected function fetch($ETag, $content, $allowUnstable = false) {
6767
}
6868

6969
$options = [
70-
'timeout' => 60,
70+
'timeout' => (int)$this->config->getAppValue('settings', 'appstore-timeout', '120')
7171
];
7272

7373
if ($ETag !== '') {

0 commit comments

Comments
 (0)