From 4f62bb7aa7b7d08506d913e8613990fc93d96b35 Mon Sep 17 00:00:00 2001 From: igor Date: Sun, 14 Jun 2026 16:48:34 +0200 Subject: [PATCH] changed timeout for DAIClient to 10 minutes --- src/Services/DAIClient.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Services/DAIClient.php b/src/Services/DAIClient.php index aa86e49..14bbba5 100644 --- a/src/Services/DAIClient.php +++ b/src/Services/DAIClient.php @@ -9,7 +9,7 @@ use Exception; class DAIClient { private string $apiUrl; - private int $timeout = 120; + private int $timeout = 600; public function __construct(?string $apiUrl = null) {