This commit is contained in:
陈国伟 2021-09-29 13:13:46 +08:00
parent 6fdcee67d2
commit aed083e3b7
2 changed files with 2 additions and 2 deletions

View File

@ -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>

View File

@ -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>
/// 域名解析后台服务