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

Commit

Permalink
refetch every min..
Browse files Browse the repository at this point in the history
  • Loading branch information
askmike committed Jan 10, 2014
1 parent 425e511 commit 0419748
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/tradeFetcher.js
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ Fetcher.prototype.setFetchMeta = function(trades) {
Fetcher.prototype.calculateNextFetch = function(trades) {

// for now just refetch every minute
return this.fetchAfter = util.minToMs(2);
return this.fetchAfter = util.minToMs(1);

// if the timespan per fetch is fixed at this exchange,
// just return that number.
Expand Down

0 comments on commit 0419748

Please sign in to comment.