presets(bun): restore idle timeout environment variable#4423
presets(bun): restore idle timeout environment variable#4423b-mounir-dev wants to merge 1 commit into
Conversation
|
@b-mounir-dev is attempting to deploy a commit to the Nitro Team on Vercel. A member of the Team first needs to authorize it. |
📝 WalkthroughWalkthroughChangesThe Bun preset now parses Bun idle timeout
Estimated code review effort: 3 (Moderate) | ~20 minutes 🚥 Pre-merge checks | ✅ 3 | ❌ 2❌ Failed checks (2 warnings)
✅ Passed checks (3 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
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. Comment |
|
Hi @pi0 , any updates on this plz ? We are currently using a small patch, but it would be more convinient if we could rely on an official fix upstream. Thanks |
Restores
NITRO_BUN_IDLE_TIMEOUTsupport for the Bun preset after it was lost during the move tosrvx.Values from
0to255are forwarded toBun.serve, including0to disable the timeout. Invalid values are ignored.Includes unit coverage, a Bun preset regression test, and updated runtime documentation.
Fixes #3454