http.timeout in milliseconds or allow float #427
sergejostir
started this conversation in
Ideas
Replies: 1 comment 2 replies
-
Hi, thank you for your suggestion. To avoid a backward incompatible change maybe we could accept float values. Does 3.5 seconds make a big difference to your use case compared to 3 or 4? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello.
Is there a specific reason why http.timeout config option only accepts integers which are considered seconds? My proposal is to either accept integer and interpret it as milliseconds or allow setting this config value to a float (so we can set for example 3.5 seconds).
Beta Was this translation helpful? Give feedback.
All reactions