Skip to content

Commit

Permalink
adjust google drive throttle rate
Browse files Browse the repository at this point in the history
  • Loading branch information
jrobinso committed Dec 8, 2020
1 parent 0832ea8 commit 4a0c5c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/igvxhr.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ var UNKNOWN = 3;
let RANGE_WARNING_GIVEN = false;

const googleThrottle = new Throttle({
requestsPerSecond: 5
requestsPerSecond: 9
})

const igvxhr = {
Expand Down

0 comments on commit 4a0c5c1

Please sign in to comment.