Skip to content

Commit

Permalink
Change chunk size for ftp download
Browse files Browse the repository at this point in the history
Signed-off-by: Adam.Dybbroe <adam.dybbroe@smhi.se>
  • Loading branch information
adybbroe committed May 18, 2018
1 parent b803d87 commit edd3969
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyspectral/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@ def download_luts(**kwargs):
else:
aerosol_types = HTTPS_RAYLEIGH_LUTS.keys()

chunk_size = 512
chunk_size = 10124

for subname in aerosol_types:

Expand Down

0 comments on commit edd3969

Please sign in to comment.