Replies: 1 comment
-
We haven't finished implementing timeouts yet, so currently they don't have any default values. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
in node, I can see that many default values are 2 minutes
https://docs.aws.amazon.com/AWSJavaScriptSDK/latest/AWS/Config.html#httpOptions-property
I am referring to httpOptions.timeout
Sets the socket to timeout after timeout milliseconds of inactivity on the socket. Defaults to two minutes (120000).
I am unsure which is the equivalent in Rust, and I cannot find the default values.
For example:
Could you please point me to the documentation or tell me the equivalent of httpOptions.timeout from the node?
Thanks,
Dan
Beta Was this translation helpful? Give feedback.
All reactions