fix(cache): correct ReserveBytes default to 256 MB#3171
Conversation
ReserveBytes 应该是256L * 1024 * 1024,漏了一个4
审阅者指南(在小型 PR 上折叠)审阅者指南修正默认缓存预留大小,使其正确匹配文档中标注的 256 MB 值。 文件级变更
提示与命令与 Sourcery 交互
自定义你的体验前往你的 控制面板 以:
获取帮助Original review guide in EnglishReviewer's guide (collapsed on small PRs)Reviewer's GuideFixes the default cache reservation size to correctly match the documented 256 MB value. File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
There was a problem hiding this comment.
嘿,我已经审查了你的更改,一切看起来都很棒!
帮我变得更有用!请在每条评论上点 👍 或 👎,我会根据你的反馈来改进以后的审查。
Original comment in English
Hey - I've reviewed your changes and they look great!
Help me be more useful! Please click 👍 or 👎 on each comment and I'll use the feedback to improve your reviews.
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: f271a56bea
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
RyogiMutsuki
left a comment
There was a problem hiding this comment.
你好——我已经审查了你的改动,一切看起来都很棒!
林轻语 对 PCL 社区项目是免费的——如果你觉得我的代码审查有帮助,欢迎分享 ✨
Original comment in English
Hey - I've reviewed your changes and they look great!
ReserveBytes 应该是256L * 1024 * 1024,漏了一个4
Summary by Sourcery
Bug Fixes:
ReserveBytes默认值的计算方式,使其实际分配与文档所述的 256 MB 一致。Original summary in English
Summary by Sourcery
Bug Fixes: