From def69382ba2485b0e91c22a05ca3036720ef60fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E5=9B=BD=E4=BC=9F?= <366193849@qq.com> Date: Fri, 18 Jun 2021 09:57:02 +0800 Subject: [PATCH] =?UTF-8?q?https=E6=81=A2=E5=A4=8D=E8=B6=85=E6=97=B6?= =?UTF-8?q?=E6=97=B6=E9=97=B4=E4=B8=BA5s?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- FastGithub.Scanner/GithubOptions.cs | 2 +- FastGithub/appsettings.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/FastGithub.Scanner/GithubOptions.cs b/FastGithub.Scanner/GithubOptions.cs index 230f456..6af58ca 100644 --- a/FastGithub.Scanner/GithubOptions.cs +++ b/FastGithub.Scanner/GithubOptions.cs @@ -29,7 +29,7 @@ namespace FastGithub.Scanner public TimeSpan TcpScanTimeout { get; set; } = TimeSpan.FromSeconds(1d); - public TimeSpan HttpsScanTimeout { get; set; } = TimeSpan.FromSeconds(2d); + public TimeSpan HttpsScanTimeout { get; set; } = TimeSpan.FromSeconds(5d); } /// diff --git a/FastGithub/appsettings.json b/FastGithub/appsettings.json index dc1122a..dc2e7bf 100644 --- a/FastGithub/appsettings.json +++ b/FastGithub/appsettings.json @@ -8,7 +8,7 @@ "FullScanInterval": "02:00:00", // 完整扫描时间间隔 "ResultScanInterval": "00:01:00", // 结果扫描时间间隔 "TcpScanTimeout": "00:00:01", // tcp扫描超时时间 - "HttpsScanTimeout": "00:00:02" // https扫描超时时间 + "HttpsScanTimeout": "00:00:05" // https扫描超时时间 }, "DominAddressProviders": { "GithubMetaProvider": {