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

How can I set a request timeout? #24

Closed
alexrp opened this issue Jan 4, 2024 · 1 comment · Fixed by #28
Closed

How can I set a request timeout? #24

alexrp opened this issue Jan 4, 2024 · 1 comment · Fixed by #28
Labels
Type: Design Considerations Anything from maintainers/contributors that will help shape this SDK Type: Support Any questions, information, or general needs around the SDK or GitHub APIs

Comments

@alexrp
Copy link

alexrp commented Jan 4, 2024

Hi,

With Octokit, I could do:

var ghc = new GitHubClient(...);
ghc.SetRequestTimeout(TimeSpan.FromHours(1)); // Uploading fairly large release assets...

What's the equivalent in Octokit.NET.SDK? 🤔

Copy link

github-actions bot commented Jan 4, 2024

👋 Hi! Thank you for this contribution! Just to let you know, our GitHub SDK team does a round of issue and PR reviews twice a week, every Monday and Friday! We have a process in place for prioritizing and responding to your input. Because you are a part of this community please feel free to comment, add to, or pick up any issues/PRs that are labled with Status: Up for grabs. You & others like you are the reason all of this works! So thank you & happy coding! 🚀

@nickfloyd nickfloyd added the Type: Support Any questions, information, or general needs around the SDK or GitHub APIs label Jan 4, 2024
@nickfloyd nickfloyd added the Type: Design Considerations Anything from maintainers/contributors that will help shape this SDK label Jan 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Design Considerations Anything from maintainers/contributors that will help shape this SDK Type: Support Any questions, information, or general needs around the SDK or GitHub APIs
Projects
Archived in project
2 participants