We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9100f3 commit 188da9bCopy full SHA for 188da9b
cli/exp_scaletest_notifications.go
@@ -145,7 +145,7 @@ func (r *RootCmd) scaletestNotifications() *serpent.Command {
145
smtpHTTPTransport := &http.Transport{
146
MaxConnsPerHost: 512,
147
MaxIdleConnsPerHost: 512,
148
- MaxIdleConns: 2048,
+ MaxIdleConns: 512,
149
IdleConnTimeout: 60 * time.Second,
150
}
151
smtpHTTPClient := &http.Client{
0 commit comments