Fix fallback_time option#562
Conversation
Fallback time option was updating request_time instead of fallback_time. Resolves NetworkConfiguration#561
WalkthroughA single field assignment correction in the O_FALLBACK_TIME option handler, changing from updating Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes The change is a straightforward single-line field assignment correction that directly addresses the linked issue without introducing logic changes or side effects. Pre-merge checks and finishing touches❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✨ Finishing touches
🧪 Generate unit tests (beta)
📜 Recent review detailsConfiguration used: CodeRabbit UI Review profile: CHILL Plan: Pro 📒 Files selected for processing (1)
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (14)
🔇 Additional comments (1)
Tip 📝 Customizable high-level summaries are now available in beta!You can now customize how CodeRabbit generates the high-level summary in your pull requests — including its content, structure, tone, and formatting.
Example instruction:
Note: This feature is currently in beta for Pro-tier users, and pricing will be announced later. 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 |
Fallback time option was updating request_time instead of fallback_time.
Resolves #561