Skip to content

Commit 188da9b

Browse files
committed
Change MaxIdleConns
1 parent f9100f3 commit 188da9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/exp_scaletest_notifications.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ func (r *RootCmd) scaletestNotifications() *serpent.Command {
145145
smtpHTTPTransport := &http.Transport{
146146
MaxConnsPerHost: 512,
147147
MaxIdleConnsPerHost: 512,
148-
MaxIdleConns: 2048,
148+
MaxIdleConns: 512,
149149
IdleConnTimeout: 60 * time.Second,
150150
}
151151
smtpHTTPClient := &http.Client{

0 commit comments

Comments
 (0)