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

Limit filestore block size to 2MB when encryption is enabled #4046

Merged
merged 1 commit into from Apr 13, 2023

Commits on Apr 13, 2023

  1. Limit filestore block size to 2MB when encryption is enabled

    Some write operations in the filestore require re-encrypting the
    entire block, so having large blocks can make these operations
    slow and hurt performance.
    
    Signed-off-by: Neil Twigg <neil@nats.io>
    neilalexander committed Apr 13, 2023
    Configuration menu
    Copy the full SHA
    fc9b900 View commit details
    Browse the repository at this point in the history