time adjustments
This commit is contained in:
		
				
					committed by
					
						
						Steffen Schröder
					
				
			
			
				
	
			
			
			
						parent
						
							fdab04e7ea
						
					
				
				
					commit
					98b146f51d
				
			@@ -153,7 +153,7 @@ class Client
 | 
			
		||||
	{
 | 
			
		||||
		$xml = $request->getXml();
 | 
			
		||||
 | 
			
		||||
		@stream_set_timeout($this->socket, 0, $this->timeout * 1000 * 10);
 | 
			
		||||
		@stream_set_timeout($this->socket, 0, $this->timeout * 1000 * 100);
 | 
			
		||||
		// send request
 | 
			
		||||
		$this->reqhandle++;
 | 
			
		||||
		if ($this->protocol == 1)
 | 
			
		||||
@@ -196,7 +196,7 @@ class Client
 | 
			
		||||
		{
 | 
			
		||||
			$size = 0;
 | 
			
		||||
			$recvhandle = 0;
 | 
			
		||||
			@stream_set_timeout($this->socket, 0, $this->timeout * 1000 * 10);
 | 
			
		||||
			@stream_set_timeout($this->socket, 0, $this->timeout * 1000 * 50);
 | 
			
		||||
			// Get result
 | 
			
		||||
			if ($this->protocol == 1)
 | 
			
		||||
			{
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user