Commit 25761e9b by ken

试试看

parent b1c58932
...@@ -3,7 +3,7 @@ const WebSocket = require('ws'); ...@@ -3,7 +3,7 @@ const WebSocket = require('ws');
const request = require('request'); const request = require('request');
const crypto = require('ezcrypto').Crypto; const crypto = require('ezcrypto').Crypto;
const options = {}; const options = {};
const observerSymbol = ["btcusdt", 'ethusdt', 'ethbtc', 'eosbtc']; const observerSymbol = ["btcusdt", 'ethusdt', 'ethbtc'];
const redis = require('redis'); const redis = require('redis');
const redisClient = redis.createClient(); const redisClient = redis.createClient();
const publishKey = "ZB@2"; const publishKey = "ZB@2";
...@@ -166,7 +166,7 @@ function run() { ...@@ -166,7 +166,7 @@ function run() {
for (const symbol of observerSymbol) { for (const symbol of observerSymbol) {
depthByRest(symbol); depthByRest(symbol);
} }
}, 500); }, 700);
} }
run(); run();
......
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