pystac-client
pystac-client copied to clipboard
Support for 'timeout' parameter
Is there a way to pass request timeout value to the Client? Looking at the client couldn't find an API for it.
Hello @Samweli, I've not had problems with the client timing out. Can you provide some more information about how you are using pystac-client and whatever error you may be getting?
Hi @matthewhanson, thanks for the response, I'm using the pystac-client in developing QGIS STAC browser(see https://stac-utils.github.io/qgis-stac-plugin/), and timeout is one of the settings we will like to expose to the user.