Skip to content

Commit

Permalink
increase max response size to 200mb
Browse files Browse the repository at this point in the history
  • Loading branch information
JessyBarrette committed May 21, 2024
1 parent 340238a commit 9d44fb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion harvester/cde_harvester/ERDDAP.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
from cde_harvester.dataset import Dataset

# size in bytes
MAX_RESPONSE_SIZE = 1e8
MAX_RESPONSE_SIZE = 2e8


class ERDDAP(object):
Expand Down

0 comments on commit 9d44fb8

Please sign in to comment.