HDFGroup / hsds

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

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

Closed assaron closed 2 months ago

assaron commented 2 months ago

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

cc @jreadey