版本命名

This commit is contained in:
老九 2021-09-29 21:50:54 +08:00
parent d41eec7445
commit 582d9504ef
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
<Project>
<PropertyGroup>
<Version>2.0.2</Version>
<Version>2.0.3-Smooth_Switching_IPAddress</Version>
<Nullable>enable</Nullable>
<Description>github加速神器</Description>
<Copyright>https://github.com/dotnetcore/FastGithub</Copyright>

View File

@ -15,7 +15,7 @@ namespace FastGithub.Http
/// <summary>
/// httpHandler的生命周期
/// </summary>
private readonly TimeSpan lifeTime = TimeSpan.FromMinutes(2d);
private readonly TimeSpan lifeTime = TimeSpan.FromMinutes(1d);
/// <summary>
/// HttpHandler清理器