From 582d9504ef39c4f2bc6056616034296965f08b6d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=80=81=E4=B9=9D?= <366193849@qq.com> Date: Wed, 29 Sep 2021 21:50:54 +0800 Subject: [PATCH] =?UTF-8?q?=E7=89=88=E6=9C=AC=E5=91=BD=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Directory.Build.props | 2 +- FastGithub.Http/HttpClientFactory.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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清理器