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

Longer timeout on create requests #23

Open
hawry opened this issue Jan 4, 2017 · 1 comment
Open

Longer timeout on create requests #23

hawry opened this issue Jan 4, 2017 · 1 comment
Labels
Milestone

Comments

@hawry
Copy link
Owner

hawry commented Jan 4, 2017

The default timeout on create requests is a bit too short currently. If, for instance, the DNS-server happens to take some time to respond the request will time out and the issue will be lost for the user (ref #14). The timeout value should be longer, or customizable for the user through the global configuration. Longer timeout on create requests The default timeout on create requests is a bit too short currently. If, for instance, the DNS-server happens to take some time to respond the request will time out and the issue will be lost for the user (ref #14). The timeout value should be longer, or customizable for the user through the global configuration.

@hawry hawry added the gote label Jan 4, 2017
@hawry
Copy link
Owner Author

hawry commented Jan 4, 2017

Seems to be related to the internal DNS lookup of Go. Should be able to set different timeout on the call if we can use the stdlib net.http instead of the Github API library.

@hawry hawry modified the milestone: Future Jan 4, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant