xemwebe / yahoo_finance_api

Simple wrapper to yahoo! finance API to retrieve latest quotes and end-of-day quote histories
Apache License 2.0
69 stars 35 forks source link

Add reqwest timeout #17

Closed kavan-mevada closed 2 years ago

xemwebe commented 2 years ago

The PR looks good to me, except that according to the reqwest doc it shouldn't be necessary to use Arc for Client, since the implementation is internally behind an Arc anyway. Have you checked to implement it without it?