Skip to content

Commit b277cde

Browse files
authored
chore: disable safe download limits (due to rate limitations) (#164)
1 parent 3d8aeb2 commit b277cde

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/co2-emission-data-pull.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
set -e
2424

2525
OFFSET=0
26-
LIMIT=100
26+
LIMIT=100000
2727
FROMDATE=$1
2828
ENDDATE=$2
2929
DIR=/tmp/$$

src/renewables-data-pull.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
set -e
3030

3131
OFFSET=0
32-
LIMIT=100
32+
LIMIT=100000
3333
FROMDATE=$1
3434
ENDDATE=$2
3535
DIR=/tmp/$$

0 commit comments

Comments
 (0)