diff --git a/Directory.Build.props b/Directory.Build.props index a535dde..a98fd3b 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -1,6 +1,6 @@ - 2.0.2 + 2.0.3-Smooth_Switching_IPAddress enable github加速神器 https://github.com/dotnetcore/FastGithub diff --git a/FastGithub.Http/HttpClientFactory.cs b/FastGithub.Http/HttpClientFactory.cs index 01ed721..54fbaae 100644 --- a/FastGithub.Http/HttpClientFactory.cs +++ b/FastGithub.Http/HttpClientFactory.cs @@ -15,7 +15,7 @@ namespace FastGithub.Http /// /// httpHandler的生命周期 /// - private readonly TimeSpan lifeTime = TimeSpan.FromMinutes(2d); + private readonly TimeSpan lifeTime = TimeSpan.FromMinutes(1d); /// /// HttpHandler清理器