17 lines
475 B
JSON
17 lines
475 B
JSON
{
|
|
"Github": {
|
|
"MetaUri": "https://gitee.com/jiulang/fast-github/raw/master/FastGithub/meta.json", // ip资源文件uri
|
|
"Concurrent": 50, // 并发作业数,此项需要重启才生效
|
|
"PortScanTimeout": "00:00:01", // 端口扫描超时时间
|
|
"HttpTestTimeout": "00:00:05" // http测试超时时间
|
|
},
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"System": "Warning",
|
|
"Microsoft": "Warning",
|
|
"Microsoft.Hosting.Lifetime": "Information"
|
|
}
|
|
}
|
|
}
|