reduce the timeout from crazytime

pull/14/head
Tim Su 14 years ago
parent 3a45e92b52
commit 8bf8e46847

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

Loading…
Cancel
Save