changed timeout for DAIClient to 10 minutes
This commit is contained in:
@ -9,7 +9,7 @@ use Exception;
|
|||||||
class DAIClient
|
class DAIClient
|
||||||
{
|
{
|
||||||
private string $apiUrl;
|
private string $apiUrl;
|
||||||
private int $timeout = 120;
|
private int $timeout = 600;
|
||||||
|
|
||||||
public function __construct(?string $apiUrl = null)
|
public function __construct(?string $apiUrl = null)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user