Skip to content

Commit

Permalink
recvWindow also sets timeout on signedRequest, etc
Browse files Browse the repository at this point in the history
  • Loading branch information
Jon Eyrick authored Nov 24, 2017
1 parent 65d390c commit 9552ad0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions node-binance-api.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,9 @@ module.exports = function() {
let depthCache = {};
let ohlcLatest = {};
let klineQueue = {};
let options = {};
let info = {};
let ohlc = {};
let btcValue = 0.00;
let options = {recvWindow:60000};

const publicRequest = function(url, data, callback, method = "GET") {
if ( !data ) data = {};
Expand Down

0 comments on commit 9552ad0

Please sign in to comment.