From f86ebc34fde0eca88f73a10cba7ebdec9d470d81 Mon Sep 17 00:00:00 2001 From: rskrzypczak Date: Thu, 2 Nov 2023 14:08:37 +0100 Subject: [PATCH] Update timeout limit --- app/YetiForce/ApiClient.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/YetiForce/ApiClient.php b/app/YetiForce/ApiClient.php index adba8e0e3830..5bbbe3090103 100644 --- a/app/YetiForce/ApiClient.php +++ b/app/YetiForce/ApiClient.php @@ -33,7 +33,7 @@ final class ApiClient /** @var int Total timeout of the request in seconds. */ private int $timeout = 20; /** @var int The number of seconds to wait while trying to connect to a server. */ - private int $connectTimeout = 2; + private int $connectTimeout = 10; /** * Send registration data.