seeing too many timeout exceptions, need to increase timeout

pull/14/head
Tim Su 14 years ago
parent 8afc0af018
commit d4cfb9a072

@ -43,7 +43,7 @@ public class HttpRestClient implements RestClient {
private static final int HTTP_UNAVAILABLE_START = 500; private static final int HTTP_UNAVAILABLE_START = 500;
private static final int HTTP_OK = 200; private static final int HTTP_OK = 200;
private static final int TIMEOUT_MILLIS = 30000; private static final int TIMEOUT_MILLIS = 60000;
private WeakReference<HttpClient> httpClient = null; private WeakReference<HttpClient> httpClient = null;

Loading…
Cancel
Save