Skip to content

fix(bun): support NITRO_BUN_IDLE_TIMEOUT=0#4190

Open
IlyaSemenov wants to merge 1 commit intonitrojs:v2from
IlyaSemenov:fix/bun-timeout-0
Open

fix(bun): support NITRO_BUN_IDLE_TIMEOUT=0#4190
IlyaSemenov wants to merge 1 commit intonitrojs:v2from
IlyaSemenov:fix/bun-timeout-0

Conversation

@IlyaSemenov
Copy link
Copy Markdown

🔗 Linked issue

#4189

❓ Type of change

  • 📖 Documentation (updates to the documentation, readme, or JSdoc annotations)
  • 🐞 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)
  • 🧹 Chore (updates to the build process or auxiliary tools and libraries)
  • ⚠️ Breaking change (fix or feature that would cause existing functionality to change)

📚 Description

The PR fixes parsing of NITRO_BUN_IDLE_TIMEOUT=0.

  • Without the fix, it's treated as undefined, and the default timeout of 10 seconds is used.
  • With the fix, 0 is correctly passed to Bun, and timeout is disabled entirely.

Resolves #4189.

📝 Checklist

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

@IlyaSemenov IlyaSemenov requested a review from pi0 as a code owner April 7, 2026 16:06
@vercel
Copy link
Copy Markdown

vercel bot commented Apr 7, 2026

@IlyaSemenov is attempting to deploy a commit to the Nitro Team on Vercel.

A member of the Team first needs to authorize it.

@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai bot commented Apr 7, 2026

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 3b12169a-835b-4f9c-99f8-696c66a1bc27

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant