Commit 608c7ce8 by zihan

参数调整

parent b42dede6
......@@ -66,7 +66,7 @@ class KucoinCollector extends BaseCollector{
}
}
console.log("共有IP个数:"+ IPs.length);
const interval = Math.round(100/IPs.length);
const interval = Math.round(200/IPs.length);
let index = 0;
setInterval(()=>{
......
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