版本命名
This commit is contained in:
parent
d41eec7445
commit
582d9504ef
@ -1,6 +1,6 @@
|
|||||||
<Project>
|
<Project>
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<Version>2.0.2</Version>
|
<Version>2.0.3-Smooth_Switching_IPAddress</Version>
|
||||||
<Nullable>enable</Nullable>
|
<Nullable>enable</Nullable>
|
||||||
<Description>github加速神器</Description>
|
<Description>github加速神器</Description>
|
||||||
<Copyright>https://github.com/dotnetcore/FastGithub</Copyright>
|
<Copyright>https://github.com/dotnetcore/FastGithub</Copyright>
|
||||||
|
|||||||
@ -15,7 +15,7 @@ namespace FastGithub.Http
|
|||||||
/// <summary>
|
/// <summary>
|
||||||
/// httpHandler的生命周期
|
/// httpHandler的生命周期
|
||||||
/// </summary>
|
/// </summary>
|
||||||
private readonly TimeSpan lifeTime = TimeSpan.FromMinutes(2d);
|
private readonly TimeSpan lifeTime = TimeSpan.FromMinutes(1d);
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// HttpHandler清理器
|
/// HttpHandler清理器
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user