Conversation
85f09b4 to
51f0d13
Compare
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review infoConfiguration used: defaults Review profile: CHILL Plan: Pro 📒 Files selected for processing (1)
🚧 Files skipped from review as they are similar to previous changes (1)
📝 WalkthroughWalkthroughAdded a public boolean field Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Poem
🚥 Pre-merge checks | ✅ 2 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (2 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches
🧪 Generate unit tests (beta)
Comment |
src/libstore/filetransfer.cc
Outdated
| bool paused = false; // whether the request has been paused previously | ||
| bool active = false; // whether the handle has been added to the multi object | ||
| bool paused = false; // whether the request has been paused previously | ||
| bool enqueued = false; // whether the request has been added the incoming queue |
There was a problem hiding this comment.
the incoming queue -> to the incoming queue
Motivation
Context
Summary by CodeRabbit