time adjust
This commit is contained in:
parent
49104b4e63
commit
fdab04e7ea
@ -153,7 +153,7 @@ class Client
|
|||||||
{
|
{
|
||||||
$xml = $request->getXml();
|
$xml = $request->getXml();
|
||||||
|
|
||||||
@stream_set_timeout($this->socket, 0, $this->timeout * 1000 * 5);
|
@stream_set_timeout($this->socket, 0, $this->timeout * 1000 * 10);
|
||||||
// send request
|
// send request
|
||||||
$this->reqhandle++;
|
$this->reqhandle++;
|
||||||
if ($this->protocol == 1)
|
if ($this->protocol == 1)
|
||||||
@ -196,7 +196,7 @@ class Client
|
|||||||
{
|
{
|
||||||
$size = 0;
|
$size = 0;
|
||||||
$recvhandle = 0;
|
$recvhandle = 0;
|
||||||
@stream_set_timeout($this->socket, 0, $this->timeout * 1000 * 5);
|
@stream_set_timeout($this->socket, 0, $this->timeout * 1000 * 10);
|
||||||
// Get result
|
// Get result
|
||||||
if ($this->protocol == 1)
|
if ($this->protocol == 1)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user