https恢复超时时间为5s

This commit is contained in:
陈国伟 2021-06-18 09:57:02 +08:00
parent fb9e180e14
commit def69382ba
2 changed files with 2 additions and 2 deletions

View File

@ -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);
}
/// <summary>

View File

@ -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": {