|
@@ -67,7 +67,7 @@ const (
|
|
maxExtDNS = 3 //max number of external servers to try
|
|
maxExtDNS = 3 //max number of external servers to try
|
|
extIOTimeout = 4 * time.Second
|
|
extIOTimeout = 4 * time.Second
|
|
defaultRespSize = 512
|
|
defaultRespSize = 512
|
|
- maxConcurrent = 100
|
|
|
|
|
|
+ maxConcurrent = 1024
|
|
logInterval = 2 * time.Second
|
|
logInterval = 2 * time.Second
|
|
)
|
|
)
|
|
|
|
|