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

m1721: fix write caching & update zh-rCN translations #12

Open
wants to merge 2 commits into
base: lineage-19.1
Choose a base branch
from

Commits on Aug 24, 2022

  1. m1721: correct write caching

    zeelog's write caching is not good for m1721 (even mido), it will get OOM when
    coping large files.
    
    After this commit, we will use min about 256 MiB and max about 512 MiB as write
    caching. Also, writeback delays reduced to 60~300s (due to data loss).
    
    Signed-off-by: urain39 <[email protected]>
    urain39 committed Aug 24, 2022
    Configuration menu
    Copy the full SHA
    1b461b2 View commit details
    Browse the repository at this point in the history
  2. m1721: update values-zh-rCN translations

    Signed-off-by: urain39 <[email protected]>
    urain39 committed Aug 24, 2022
    Configuration menu
    Copy the full SHA
    95797b9 View commit details
    Browse the repository at this point in the history