Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
icefed committed Apr 10, 2024
1 parent 8ecb12e commit 11efc8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ func main() {
var errCount int32
client := &http.Client{
Transport: &http.Transport{
MaxConnsPerHost: 12,
MaxConnsPerHost: 8,
},
}
costs := make([]time.Duration, 0)
Expand Down

0 comments on commit 11efc8a

Please sign in to comment.