chore: lower scan concurrency to 10 in config and yaml

This commit is contained in:
12600k-rog-d4
2026-08-12 21:47:27 +08:00
parent 175c5e8c6c
commit 06908a2fbc
2 changed files with 2 additions and 2 deletions

View File

@@ -76,7 +76,7 @@ func Default() *Config {
Scan: ScanConfig{
CIDR: "192.168.1.0/24",
Timeout: 3 * time.Second,
Concurrency: 30,
Concurrency: 10,
},
SSH: SSHConfig{
User: "root",