Skip to content

Commit

Permalink
Handle more records
Browse files Browse the repository at this point in the history
  • Loading branch information
tmorrell committed Apr 16, 2019
1 parent e7213e8 commit 4edc621
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ames/harvesters/caltechdata.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def get_caltechdata(collection,production=True,datacite=False):
else:
url = 'https://cd-sandbox.tind.io/api/records'

response = requests.get(url+'/?size=1000')
response = requests.get(url+'/?size=5000')
hits = response.json()

for h in progressbar(hits['hits']['hits']):
Expand Down

0 comments on commit 4edc621

Please sign in to comment.