Commit cdfa8086 by xushaohua

feat:部署

parent 7e9a1599
...@@ -189,11 +189,11 @@ public class ProxyProperties { ...@@ -189,11 +189,11 @@ public class ProxyProperties {
/** /**
* 并发数. * 并发数.
*/ */
private int coreSize = 8; private int coreSize = 3;
/** /**
* 等待队列长度. * 等待队列长度.
*/ */
private int queueSize = 32; private int queueSize = 10;
/** /**
* 任务超时时间(分钟). * 任务超时时间(分钟).
*/ */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment