ver
This commit is contained in:
parent
6fdcee67d2
commit
aed083e3b7
@ -1,6 +1,6 @@
|
||||
<Project>
|
||||
<PropertyGroup>
|
||||
<Version>2.0.1</Version>
|
||||
<Version>2.0.2-SmartIPAddress</Version>
|
||||
<Nullable>enable</Nullable>
|
||||
<Description>github加速神器</Description>
|
||||
<Copyright>https://github.com/dotnetcore/FastGithub</Copyright>
|
||||
|
||||
@ -12,7 +12,7 @@ namespace FastGithub.DomainResolve
|
||||
{
|
||||
private readonly DnscryptProxy dnscryptProxy;
|
||||
private readonly DnsClient dnsClient;
|
||||
private readonly TimeSpan pingPeriodTimeSpan = TimeSpan.FromSeconds(30d);
|
||||
private readonly TimeSpan pingPeriodTimeSpan = TimeSpan.FromSeconds(10d);
|
||||
|
||||
/// <summary>
|
||||
/// 域名解析后台服务
|
||||
|
||||
Loading…
Reference in New Issue
Block a user