Commit 9308401
authored
[opt](s3client) Set ClientConfiguration.requestTimeoutMs default value from 3000ms to 30000ms (#49315)
* ClientConfiguration.requestTimeoutMs default is 3000ms in
`aws-sdk-cpp`, this should be more than adequate for most services.
However, we meet problem when cloud provider's storage service or
network not stable
* refer to
https://github.com/aws/aws-sdk-cpp/blob/main/src/aws-cpp-sdk-core/include/aws/core/client/ClientConfiguration.h1 parent ee789fe commit 9308401
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
297 | 297 | | |
298 | 298 | | |
299 | 299 | | |
| 300 | + | |
300 | 301 | | |
301 | 302 | | |
302 | 303 | | |
| 304 | + | |
303 | 305 | | |
304 | 306 | | |
305 | 307 | | |
| |||
0 commit comments