Merge pull request #72 from octokit/haacked/fix-default-timeout

Set default timeout to 100 seconds
This commit is contained in:
Phil Haack
2013-10-10 17:33:47 -07:00
+1
View File
@@ -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; }