Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Image download timeout too low #13

Closed
Borningstar opened this issue Sep 17, 2020 · 1 comment
Closed

Image download timeout too low #13

Borningstar opened this issue Sep 17, 2020 · 1 comment

Comments

@Borningstar
Copy link
Contributor

request.Timeout = 30;

When using the dedicated file cache it times out too quickly and so never loads the image. Should probably be 3000 milliseconds instead of 30.

@Borningstar Borningstar changed the title File Cache timout too low Image download timeout too low Sep 17, 2020
@floydpink
Copy link
Owner

Good catch, @Borningstar - by the look of it, I think that property may have been assumed to be in seconds, when it was originally added.

Can you please send a PR to bump this to 5 or 10 seconds?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants