changed timeout for DAIClient to 10 minutes

This commit is contained in:
2026-06-14 16:48:34 +02:00
parent 7f3870a95b
commit 4f62bb7aa7

View File

@ -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)
{