Commit 9cf63f40 authored by shajiaiming's avatar shajiaiming

Merge branch 'feature/ticker' into 'master'

fix See merge request !282
parents 701c6486 94a6cd37
......@@ -32,7 +32,11 @@ class TrusteeShipService
public function send($method = 'GET', $uri, $params = [])
{
$ch = new Curl();
$timeout = [
'connect_timeout' => 50000,
'timeout_ms' => 40000
];
$ch = new Curl($timeout);
if (!empty($this->header)) {
$ch->setHeaders($this->header);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment