-
Notifications
You must be signed in to change notification settings - Fork 222
Open
Description
I was getting some long hangs in my script and it boiled down to:
yahoofinancials/yahoofinancials/data.py
Line 565 in 2f2cc6c
while i < 250: |
This is retrying a sleep in a loop for 250 times. I'm not sure why 250 was chosen, but could there be an option to disable this or provide a limit to the timeout?
I see there is a timeout option:
yahoofinancials/yahoofinancials/yf.py
Line 67 in 2f2cc6c
timeout: int, default 30, optional |
but it doesn't seem to apply here?
Metadata
Metadata
Assignees
Labels
No labels