https恢复超时时间为5s
This commit is contained in:
parent
fb9e180e14
commit
def69382ba
@ -29,7 +29,7 @@ namespace FastGithub.Scanner
|
|||||||
|
|
||||||
public TimeSpan TcpScanTimeout { get; set; } = TimeSpan.FromSeconds(1d);
|
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>
|
/// <summary>
|
||||||
|
|||||||
@ -8,7 +8,7 @@
|
|||||||
"FullScanInterval": "02:00:00", // 完整扫描时间间隔
|
"FullScanInterval": "02:00:00", // 完整扫描时间间隔
|
||||||
"ResultScanInterval": "00:01:00", // 结果扫描时间间隔
|
"ResultScanInterval": "00:01:00", // 结果扫描时间间隔
|
||||||
"TcpScanTimeout": "00:00:01", // tcp扫描超时时间
|
"TcpScanTimeout": "00:00:01", // tcp扫描超时时间
|
||||||
"HttpsScanTimeout": "00:00:02" // https扫描超时时间
|
"HttpsScanTimeout": "00:00:05" // https扫描超时时间
|
||||||
},
|
},
|
||||||
"DominAddressProviders": {
|
"DominAddressProviders": {
|
||||||
"GithubMetaProvider": {
|
"GithubMetaProvider": {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user