pysat / pysatNASA

pysat support for NASA Instruments
BSD 3-Clause "New" or "Revised" License
21 stars 6 forks source link

BUG: excessive download requests #173

Closed jklenzing closed 1 year ago

jklenzing commented 1 year ago

Description

Addresses #172

When downloading numerous small files in close proximity to the data servers, sometimes the default code will return an excessive server request error. This adds a brief pause after each download to avoid erroring.

Type of change

How Has This Been Tested?

Running unit tests at locations where this issue arises.

Test Configuration

Checklist:

jklenzing commented 1 year ago

0.2 sec works for me on campus, 0.1 sec is too short.