• chore: update quota calc logic (close #599) (#627)
    Some checks failed
    Publish Docker image (amd64, English) / Push Docker image to multiple registries (push) Has been cancelled
    Publish Docker image (amd64) / Push Docker image to multiple registries (push) Has been cancelled

    Ghost 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