From 15b31e6fa5de3a39a16aa32dbbc0765a94c4c7cc Mon Sep 17 00:00:00 2001 From: xljiulang <366193849@qq.com> Date: Tue, 17 Aug 2021 21:25:04 +0800 Subject: [PATCH] =?UTF-8?q?=E5=87=8F=E5=B0=91=E7=BC=93=E5=AD=98=E6=97=B6?= =?UTF-8?q?=E9=95=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- FastGithub.DomainResolve/DomainResolver.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FastGithub.DomainResolve/DomainResolver.cs b/FastGithub.DomainResolve/DomainResolver.cs index ee1d2a5..46c5784 100644 --- a/FastGithub.DomainResolve/DomainResolver.cs +++ b/FastGithub.DomainResolve/DomainResolver.cs @@ -19,7 +19,7 @@ namespace FastGithub.DomainResolve private readonly IMemoryCache memoryCache; private readonly FastGithubConfig fastGithubConfig; private readonly ILogger logger; - private readonly TimeSpan cacheTimeSpan = TimeSpan.FromMinutes(1d); + private readonly TimeSpan cacheTimeSpan = TimeSpan.FromSeconds(10d); /// /// 域名解析器