keepAliveTimeout: what is the default value and how to set a custom one? #2712
Unanswered
joaoaraujo-hotmart
asked this question in
Q&A
Replies: 0 comments
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.
Uh oh!
There was an error while loading. Please reload this page.
I'm facing some issues with connections between AWS elb and my nuxt 3 application. The reason is basically I'm having too much connections being close and open in a low traffic period and some of them are being rejected. The solution for this case is to adjust the sync of keepAliveTimeout between elb and the Nodejs but I didn't find any references in the documentation around this.
I see the default Nodejs value is 5sec, is this true for Nitro as well?
I'm looking for something like in express:
All reactions