版本命名
This commit is contained in:
parent
d41eec7445
commit
582d9504ef
@ -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>
|
||||
|
||||
@ -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清理器
|
||||
|
||||
Loading…
Reference in New Issue
Block a user