提交 17848e4e 编写于 作者: Y youyong205

modify the status

上级 6061f798
......@@ -67,7 +67,7 @@ public class LocalMessageBucketManager extends ContainerHolder implements Messag
private long m_total;
private int m_gzipThreads = 36;
private int m_gzipThreads = 20;
private int m_gzipMessageSize = 5000;
......
......@@ -67,7 +67,7 @@ public abstract class BaseRemoteModelService<T> extends ModelServiceWithCalSuppo
t.addData(url.toString());
InputStream in = Urls.forIO().connectTimeout(1000).readTimeout(5000).openStream(url.toExternalForm());
InputStream in = Urls.forIO().connectTimeout(1000).readTimeout(10000).openStream(url.toExternalForm());
GZIPInputStream gzip = new GZIPInputStream(in);
String xml = Files.forIO().readFrom(gzip, "utf-8");
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册