Commit b42dede6 by zihan

参数调整

parent 3951819c
...@@ -217,7 +217,6 @@ class biboxApi { ...@@ -217,7 +217,6 @@ class biboxApi {
localAddress: bindIP, localAddress: bindIP,
}; };
console.log("request with:"+bindIP);
request(options, (error, response, body) => { request(options, (error, response, body) => {
if (error) { if (error) {
callback(error); callback(error);
......
...@@ -66,7 +66,7 @@ class KucoinCollector extends BaseCollector{ ...@@ -66,7 +66,7 @@ class KucoinCollector extends BaseCollector{
} }
} }
console.log("共有IP个数:"+ IPs.length); console.log("共有IP个数:"+ IPs.length);
const interval = Math.round(200/IPs.length); const interval = Math.round(100/IPs.length);
let index = 0; let index = 0;
setInterval(()=>{ 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