mirror of
https://github.com/zoriya/octokit.net.git
synced 2025-12-19 21:55:12 +00:00
docs: update code docs for SetRequestTimeout (#2520)
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user