-
chore: update quota calc logic (close #599) (#627)
released this
2023-11-05 11:15:06 +00:00 | 617 commits to main since this release- fix: change quota calc code (close #599)
Use float64 during calc and do math.Ceil after calc. This will result in the quota being used slightly more than the official standard, but it will be guaranteed that it will not be less.
- chore: remove blank line
Co-authored-by: JustSong songquanpeng@foxmail.com
Downloads