Commit 24cea79d by zihan

调整rest的频率

parent 93ec6559
...@@ -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 = 50; const perInterval = 40;
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