chore: lower scan concurrency to 10 in config and yaml
This commit is contained in:
@@ -5,7 +5,7 @@
|
|||||||
scan:
|
scan:
|
||||||
cidr: "10.0.3.0/24"
|
cidr: "10.0.3.0/24"
|
||||||
timeout: 3s
|
timeout: 3s
|
||||||
concurrency: 30
|
concurrency: 10
|
||||||
|
|
||||||
# --- SSH 认证 ---
|
# --- SSH 认证 ---
|
||||||
ssh:
|
ssh:
|
||||||
|
|||||||
@@ -76,7 +76,7 @@ func Default() *Config {
|
|||||||
Scan: ScanConfig{
|
Scan: ScanConfig{
|
||||||
CIDR: "192.168.1.0/24",
|
CIDR: "192.168.1.0/24",
|
||||||
Timeout: 3 * time.Second,
|
Timeout: 3 * time.Second,
|
||||||
Concurrency: 30,
|
Concurrency: 10,
|
||||||
},
|
},
|
||||||
SSH: SSHConfig{
|
SSH: SSHConfig{
|
||||||
User: "root",
|
User: "root",
|
||||||
|
|||||||
Reference in New Issue
Block a user