From aed083e3b7eb8b7066ccae557d6ccefc8c2a569e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E5=9B=BD=E4=BC=9F?= <366193849@qq.com> Date: Wed, 29 Sep 2021 13:13:46 +0800 Subject: [PATCH] ver --- Directory.Build.props | 2 +- FastGithub.DomainResolve/DomainResolveHostedService.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Directory.Build.props b/Directory.Build.props index 391ca7e..f66d363 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -1,6 +1,6 @@ - 2.0.1 + 2.0.2-SmartIPAddress enable github加速神器 https://github.com/dotnetcore/FastGithub diff --git a/FastGithub.DomainResolve/DomainResolveHostedService.cs b/FastGithub.DomainResolve/DomainResolveHostedService.cs index b15982e..dfab162 100644 --- a/FastGithub.DomainResolve/DomainResolveHostedService.cs +++ b/FastGithub.DomainResolve/DomainResolveHostedService.cs @@ -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); /// /// 域名解析后台服务