docs: update code docs for SetRequestTimeout (#2520)

This commit is contained in:
notauserx
2022-08-03 21:17:48 +06:00
committed by GitHub
parent 80b82aa973
commit 4d46d5fb41
7 changed files with 10 additions and 7 deletions

View File

@@ -7,7 +7,8 @@ namespace Octokit.Reactive
IConnection Connection { get; }
/// <summary>
/// Set the GitHub Api request timeout.
/// Sets the timeout for the connection between the client and the server.
/// Github will terminate the request if it takes more than 10 seconds to process the request
/// Useful to set a specific timeout for lengthy operations, such as uploading release assets
/// </summary>
/// <remarks>