Increase default max clients

This commit is contained in:
DarthSim
2018-03-19 15:06:08 +06:00
parent f6fa71810e
commit eb341c3bee
2 changed files with 4 additions and 4 deletions

View File

@@ -179,7 +179,7 @@ func init() {
}
if conf.MaxClients <= 0 {
conf.MaxClients = conf.Concurrency * 5
conf.MaxClients = conf.Concurrency * 10
}
if conf.TTL <= 0 {