Skip to content

Commit

Permalink
Merge pull request #2623 from gitsan13/test_demo
Browse files Browse the repository at this point in the history
  • Loading branch information
juliusknorr authored Nov 22, 2022
2 parents 89131f8 + d4b590b commit 9f5901e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Preview/Office.php
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ public function getThumbnail($path, $maxX, $maxY, $scalingup, $fileview) {
}

$client = $this->clientService->newClient();
$options = ['timeout' => 10];
$options = ['timeout' => 25];

if ($this->config->getAppValue('richdocuments', 'disable_certificate_verification') === 'yes') {
$options['verify'] = false;
Expand Down

0 comments on commit 9f5901e

Please sign in to comment.