Closed mdyring closed 8 months ago
Add configurable timeout that is passed to reqwest. The current default is "no timeout", which can lead to requests never finishing.
Add timeout() to request builder and wire it into reqwest.
Description
Add configurable timeout that is passed to reqwest. The current default is "no timeout", which can lead to requests never finishing.
Definition of "done"
Add timeout() to request builder and wire it into reqwest.