HDFGroup / hsds

Cloud-native, service based access to HDF data
https://www.hdfgroup.org/solutions/hdf-kita/
Apache License 2.0
129 stars 53 forks source link

add additional asyncio.sleep in list_keys loop over files, fixes #332 #337

Closed assaron closed 7 months ago

assaron commented 7 months ago

The loop of getting file stats can take a lot of time on POSIX setup, should fix #332

cc @jreadey