What are the default timeouts? Are they configurable? #498
Unanswered
NathanielWroblewski
asked this question in
Q&A
Replies: 1 comment
-
oak is a middleware framework that overlays an HTTP Server. It does not introduce anything over and above for connection timeouts than what is provided by Deno. |
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
-
It seems Deno's http server doesn't yet surface timeouts, but this is an important feature for server scalability and performance. How are timeouts canonically implemented in oak? Do you have an example of this? Relatedly, what are the default values, and are they configurable?
Beta Was this translation helpful? Give feedback.
All reactions