Skip to content

Commit

Permalink
Fixing bitfinex import
Browse files Browse the repository at this point in the history
  • Loading branch information
cmroche authored and askmike committed Jan 14, 2018
1 parent a6e697f commit 8cd346a
Showing 1 changed file with 4 additions and 0 deletions.
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

0 comments on commit 8cd346a

Please sign in to comment.