Commit f05f64a3 by zihan

kucoin更改

parent 52a3cc3a
......@@ -45,7 +45,7 @@ class KucoinCollector extends BaseCollector{
}
_subscribeSymbols(symbols,callback,subscribeDepth){
this._fetchDepthByWebsocket(symbols.slice(0,50),subscribeDepth,callback)
this._fetchDepthByWebsocket(symbols,subscribeDepth,callback)
// setTimeout(()=>{
// this._fetchDepthByRest(symbols,subscribeDepth,callback);
// },20000);
......
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