Skip to content
This repository has been archived by the owner on Apr 6, 2023. It is now read-only.

feat(nitro): add http.server timeout configuration #3153

Closed
wants to merge 1 commit into from

Conversation

hareku
Copy link

@hareku hareku commented Feb 10, 2022

πŸ”— Linked issue

Related nuxt/bridge#149

❓ Type of change

  • πŸ“– Documentation (updates to the documentation or readme)
  • 🐞 Bug fix (a non-breaking change that fixes an issue)
  • πŸ‘Œ Enhancement (improving an existing functionality like performance)
  • ✨ New feature (a non-breaking change that adds functionality)
  • ⚠️ Breaking change (fix or feature that would cause existing functionality to change)

πŸ“š Description

I added NITRO_TIMEOUT, NITRO_KEEP_ALIVE_TIMEOUT and NITRO_HEADERS_TIMEOUT to set http.server's timeout, keepAliveTimeout and headersTimeout.

πŸ“ Checklist

  • I have linked an issue or discussion.
  • I have updated the documentation accordingly.

@netlify
Copy link

netlify bot commented Feb 10, 2022

βœ”οΈ Deploy Preview for nuxt3-docs canceled.

πŸ”¨ Explore the source changes: 77567d2

πŸ” Inspect the deploy log: https://app.netlify.com/sites/nuxt3-docs/deploys/6204b1643373c50007223663

@pi0
Copy link
Member

pi0 commented Mar 3, 2022

Thanks for the PR @hareku. I believe it makes sense but we probably need to add it's support via node preset options since these are not universal flags for server. I'm closing this issue to wait for Nitropack support (#3161) first and that we can properly test this addition but be assured will be added back πŸ’š

@pi0 pi0 closed this Mar 3, 2022
@danielroe danielroe added the 3.x label Jan 19, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants