stellar-api icon indicating copy to clipboard operation
stellar-api copied to clipboard

GuzzleHttp\Client change timeout ?

Open drsaluml opened this issue 5 years ago • 0 comments

    $this->httpClient = new Client([
        'base_uri' => $baseUrl,
        'exceptions' => false,
    ]);

help change timeout

    $this->httpClient = new Client([
        'base_uri' => $baseUrl,
        'timeout'         => $this->getTimeout(),
        'exceptions' => false,
    ]);

drsaluml avatar Apr 08 '19 17:04 drsaluml