mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-08 20:45:51 +00:00
Merge pull request #72 from octokit/haacked/fix-default-timeout
Set default timeout to 100 seconds
This commit is contained in:
@@ -11,6 +11,7 @@ namespace Octokit.Internal
|
||||
Headers = new Dictionary<string, string>();
|
||||
Parameters = new Dictionary<string, string>();
|
||||
AllowAutoRedirect = true;
|
||||
Timeout = TimeSpan.FromSeconds(100);
|
||||
}
|
||||
|
||||
public object Body { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user