We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 06a0037 + 5e9b1fb commit 51a074eCopy full SHA for 51a074e
1 file changed
src/Products/DapiRequester.php
@@ -15,7 +15,7 @@ function __construct($appSecret)
15
$this->API_BASE_URL = "https://api.dapi.com/v2";
16
$this->DD_HOST = "https://dd.dapi.com";
17
$this->appSecret = $appSecret;
18
- $this->guzzleClient = new GuzzleHttp\Client();
+ $this->guzzleClient = new GuzzleHttp\Client(['timeout' => 300]);
19
}
20
21
public function getAppSecret()
0 commit comments