Skip to content
This repository has been archived by the owner on Feb 16, 2020. It is now read-only.

Commit

Permalink
Merge branch 'develop' into stable
Browse files Browse the repository at this point in the history
  • Loading branch information
askmike committed Jan 15, 2018
2 parents 3b159f3 + 8cd346a commit 1cde4c4
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 26 deletions.
1 change: 1 addition & 0 deletions exchanges/binance.js
Original file line number Diff line number Diff line change
Expand Up @@ -313,6 +313,7 @@ Trader.getCapabilities = function() {
'BCPT',
'BNB',
'BNT',
'BTC',
'BQX',
'BTG',
'BTS',
Expand Down
4 changes: 4 additions & 0 deletions importers/exchanges/bitfinex.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,10 @@ var batch_start = false;
var batch_end = false;
var batch_last = false;

const SCANNING_STRIDE = 24;
const ITERATING_STRIDE = 2;
var stride = ITERATING_STRIDE;

var fetcher = new Fetcher(config.watch);
fetcher.bitfinex = new Bitfinex(null, null, { version: 2, transform: true }).rest;

Expand Down
46 changes: 20 additions & 26 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 1cde4c4

Please sign in to comment.