diff --git a/lib/Service/CrawlService.php b/lib/Service/CrawlService.php index b71483ee4..bff108aa5 100644 --- a/lib/Service/CrawlService.php +++ b/lib/Service/CrawlService.php @@ -30,9 +30,9 @@ class CrawlService { public const MAX_BODY_LENGTH = 92160000; // 90 MB - public const TIMEOUT = 10; - public const CONNECT_TIMEOUT = 10; - public const READ_TIMEOUT = 10; + public const TIMEOUT = 60; + public const CONNECT_TIMEOUT = 30; + public const READ_TIMEOUT = 30; public const UA_FIREFOX = 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:87.0) Gecko/20100101 Firefox/87.0'; private MimeTypes $mimey;