Commit ad26dcf5 by ken

减少延时

parent 661f4e44
......@@ -211,7 +211,7 @@ function run() {
for (const symbol of observerSymbol) {
depthByRest(symbol);
}
}, 500);
}, 300);
setInterval(() => {
getBalanceByRest();
}, 6000);
......
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