fix: added a SINGULAR line that halves script runtime. - #3921
Conversation
`$ProgressPreference = 'SilentlyContinue'` hides the download status bar. For some unknown to me reason, that speeds up the download.. a lot.
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Team Run ID: 📒 Files selected for processing (1)
Included review availability: Your plan provides up to 10 included reviews per hour; 9 remain after this review. 📝 WalkthroughWalkthroughThe PowerShell installation script now suppresses progress-bar output from web requests and downloads. ChangesInstallation output
Estimated code review effort: 1 (Trivial) | ~2 minutes Merge Risk: ⚪ Minimal · up to The PowerShell installer now runs without download progress output, improving runtime while retaining existing installation behavior. No current merge-blocking risk is identified. Suggested reviewers: 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches 💡 1🛠️ Fix failing CI checks 💡
🧪 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 |
|
sorry for the title changes - i didn't know i needed a specific format to pass lint. |
$ProgressPreference = 'SilentlyContinue'hides the download status bar. For some unknown to me reason, that speeds up the download.. a lot.I was testing with spicetify's installer, because I was working on a project, when I remembered (from experience) that this singular line ALWAYS speeds up network requests. So this is my humble attempt at a pull request :)
Check this out: