Merge pull request #362 from suem/master

AMQ-6949: SocketTimeoutException when using HTTP transport connector
This commit is contained in:
Jean-Baptiste Onofré 2019-07-26 11:25:51 +02:00 committed by GitHub
commit 32ddadc7ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ import org.slf4j.LoggerFactory;
*/
public class HttpClientTransport extends HttpTransportSupport {
public static final int MAX_CLIENT_TIMEOUT = 30000;
public static final int MAX_CLIENT_TIMEOUT = 90000;
private static final Logger LOG = LoggerFactory.getLogger(HttpClientTransport.class);
private static final IdGenerator CLIENT_ID_GENERATOR = new IdGenerator();