Commit 4afa5b0f authored by yanzg's avatar yanzg

修复等待时间

parent 2630b65f
......@@ -31,8 +31,8 @@ public class CloudConfig {
@Value("${yzg.cacheTime:120}")
protected int cacheTime = 120;
@Value("${yzg.reqSize:5000}")
private int reqSize = 5000;
@Value("${yzg.reqSize:20*51200}")
private int reqSize = 51200;
/**
* 1个请求最长时间(毫秒)
*/
......
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