Skip to content

Commit

Permalink
feat(smithy-client): update client defaults provider
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Mar 31, 2022
1 parent 8833653 commit 37ef64a
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@
"override": 3100
}
},
"in-region": {},
"in-region": {
},
"cross-region": {
"connectTimeoutInMillis": {
"override": 3100
Expand Down Expand Up @@ -51,4 +52,4 @@
"tlsNegotiationTimeoutInMillis": "<p>The maximum amount of time that a TLS handshake is allowed to take from the time the CLIENT HELLO message is sent to ethe time the client and server have fully negotiated ciphers and exchanged keys</p>"
}
}
}
}

0 comments on commit 37ef64a

Please sign in to comment.