Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

if cache pack is too big, we should batch writing #15373

Merged
merged 4 commits into from
Feb 15, 2022
Merged

if cache pack is too big, we should batch writing #15373

merged 4 commits into from
Feb 15, 2022

Commits on Feb 11, 2022

  1. fix too big cache pack writing

    if cache pack is too big, we should write in stream using callback
    vankop committed Feb 11, 2022
    Configuration menu
    Copy the full SHA
    339af7e View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2022

  1. limit writes to

    * chunks of 511MiB and
    * total of 2GiB
    sokra committed Feb 15, 2022
    Configuration menu
    Copy the full SHA
    4a53e9a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    06c8b81 View commit details
    Browse the repository at this point in the history
  3. remove big assets case from allowlist

    vankop authored and sokra committed Feb 15, 2022
    Configuration menu
    Copy the full SHA
    7badefd View commit details
    Browse the repository at this point in the history