Commit 92451abe by rongjun

bug

parent a5f05423
...@@ -50,7 +50,7 @@ class BiboxCollector extends BaseCollector{ ...@@ -50,7 +50,7 @@ class BiboxCollector extends BaseCollector{
} }
_fetchDepthByRest(symbols,depth,callback){ _fetchDepthByRest(symbols,depth,callback){
const restSymbols = symbols; const restSymbols = symbols;
const perInterval = 40; const perInterval = 60;
const totalInterval = perInterval * restSymbols.length +100; const totalInterval = perInterval * restSymbols.length +100;
setInterval(()=>{ setInterval(()=>{
const sortedSymbols = restSymbols.sort(()=>{ const sortedSymbols = restSymbols.sort(()=>{
......
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